Uses of Class
co.yellowdog.platform.account.credentials.OciCredential.Builder
Packages that use OciCredential.Builder
Package
Description
Defines types to hold credentials specific to each cloud provider.
-
Uses of OciCredential.Builder in co.yellowdog.platform.account.credentials
Methods in co.yellowdog.platform.account.credentials that return OciCredential.BuilderModifier and TypeMethodDescriptionstatic OciCredential.BuilderOciCredential.builder()OciCredential.Builder.description(String description) OciCredential.Builder.fingerprint(String fingerprint) The OCI public key fingerprint.OciCredential.Builder.passphrase(String passphrase) The OCI private key passphrase.OciCredential.Builder.privateKey(String privateKey) The OCI private key.OciCredential.Builder.privateKeyFile(@NonNull Path privateKeyFile) Loads the OCI private key value from the specified file.The OCI tenant ID (ocid).OciCredential.toBuilder()The OCI User ID (ocid).