Interface KmsEncryptionConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KmsEncryptionConfig.Builder,
,KmsEncryptionConfig> SdkBuilder<KmsEncryptionConfig.Builder,
,KmsEncryptionConfig> SdkPojo
- Enclosing class:
KmsEncryptionConfig
@Mutable
@NotThreadSafe
public static interface KmsEncryptionConfig.Builder
extends SdkPojo, CopyableBuilder<KmsEncryptionConfig.Builder,KmsEncryptionConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of customer-managed-key (CMK) used for encryption.The type of customer-managed-key (CMK) used for encryption.The Key Management Service (KMS) encryption key id/alias used to encrypt the data store contents at rest.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
cmkType
The type of customer-managed-key (CMK) used for encryption.
- Parameters:
cmkType
- The type of customer-managed-key (CMK) used for encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
cmkType
The type of customer-managed-key (CMK) used for encryption.
- Parameters:
cmkType
- The type of customer-managed-key (CMK) used for encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
kmsKeyId
The Key Management Service (KMS) encryption key id/alias used to encrypt the data store contents at rest.
- Parameters:
kmsKeyId
- The Key Management Service (KMS) encryption key id/alias used to encrypt the data store contents at rest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-