Interface EncryptionAtRestOptions.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EncryptionAtRestOptions.Builder,,- EncryptionAtRestOptions> - SdkBuilder<EncryptionAtRestOptions.Builder,,- EncryptionAtRestOptions> - SdkPojo
- Enclosing class:
- EncryptionAtRestOptions
@Mutable
@NotThreadSafe
public static interface EncryptionAtRestOptions.Builder
extends SdkPojo, CopyableBuilder<EncryptionAtRestOptions.Builder,EncryptionAtRestOptions> 
- 
Method SummaryModifier and TypeMethodDescriptionSpecifies the option to enable Encryption At Rest.Specifies the KMS Key ID for Encryption At Rest options.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
enabledSpecifies the option to enable Encryption At Rest. - Parameters:
- enabled- Specifies the option to enable Encryption At Rest.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
kmsKeyIdSpecifies the KMS Key ID for Encryption At Rest options. - Parameters:
- kmsKeyId- Specifies the KMS Key ID for Encryption At Rest options.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-