Interface OciEncryptionKeyConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OciEncryptionKeyConfiguration.Builder,,OciEncryptionKeyConfiguration> SdkBuilder<OciEncryptionKeyConfiguration.Builder,,OciEncryptionKeyConfiguration> SdkPojo
- Enclosing class:
OciEncryptionKeyConfiguration
@Mutable
@NotThreadSafe
public static interface OciEncryptionKeyConfiguration.Builder
extends SdkPojo, CopyableBuilder<OciEncryptionKeyConfiguration.Builder,OciEncryptionKeyConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe Oracle Cloud Identifier (OCID) of the OCI Vault key to use for encryption.The Oracle Cloud Identifier (OCID) of the OCI Vault that contains the encryption key.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
kmsKeyId
The Oracle Cloud Identifier (OCID) of the OCI Vault key to use for encryption.
- Parameters:
kmsKeyId- The Oracle Cloud Identifier (OCID) of the OCI Vault key to use for encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vaultId
The Oracle Cloud Identifier (OCID) of the OCI Vault that contains the encryption key.
- Parameters:
vaultId- The Oracle Cloud Identifier (OCID) of the OCI Vault that contains the encryption key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-