Uses of Class
com.oracle.database.selectai.model.CredentialConfig.Builder
Packages that use CredentialConfig.Builder
Package
Description
Typed configuration, request, and value models used by the Select AI Java
API.
-
Uses of CredentialConfig.Builder in com.oracle.database.selectai.model
Methods in com.oracle.database.selectai.model that return CredentialConfig.BuilderModifier and TypeMethodDescriptionstatic CredentialConfig.BuilderCreates a builder for a credential with the required database credential name.CredentialConfig.Builder.fingerprint(String fingerprint) Sets the OCI public key fingerprint.Sets the password for username/password cloud service credentials.CredentialConfig.Builder.privateKey(String privateKey) Sets the PEM private key material.CredentialConfig.Builder.tenancyOcid(String tenancyOcid) Sets the OCI tenancy OCID.Sets the username for username/password cloud service credentials.Sets the OCI user OCID.