Interface EncryptionAtRestOptions.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EncryptionAtRestOptions.Builder,,EncryptionAtRestOptions> SdkBuilder<EncryptionAtRestOptions.Builder,,EncryptionAtRestOptions> SdkPojo
- Enclosing class:
 EncryptionAtRestOptions
public static interface EncryptionAtRestOptions.Builder
extends SdkPojo, CopyableBuilder<EncryptionAtRestOptions.Builder,EncryptionAtRestOptions> 
- 
Method Summary
Modifier and TypeMethodDescriptionTrue to enable encryption at rest.The KMS key ID.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, sdkFields 
- 
Method Details
- 
enabled
True to enable encryption at rest.
- Parameters:
 enabled- True to enable encryption at rest.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
kmsKeyId
The KMS key ID. Takes the form
1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a.- Parameters:
 kmsKeyId- The KMS key ID. Takes the form1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -