Interface AwsElasticsearchDomainEncryptionAtRestOptions.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AwsElasticsearchDomainEncryptionAtRestOptions.Builder,,- AwsElasticsearchDomainEncryptionAtRestOptions> - SdkBuilder<AwsElasticsearchDomainEncryptionAtRestOptions.Builder,,- AwsElasticsearchDomainEncryptionAtRestOptions> - SdkPojo
- Enclosing class:
- AwsElasticsearchDomainEncryptionAtRestOptions
@Mutable
@NotThreadSafe
public static interface AwsElasticsearchDomainEncryptionAtRestOptions.Builder
extends SdkPojo, CopyableBuilder<AwsElasticsearchDomainEncryptionAtRestOptions.Builder,AwsElasticsearchDomainEncryptionAtRestOptions> 
- 
Method SummaryModifier and TypeMethodDescriptionWhether encryption at rest is enabled.The KMS key ID.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- 
enabledWhether encryption at rest is enabled. - Parameters:
- enabled- Whether encryption at rest is enabled.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
kmsKeyIdThe KMS key ID. Takes the form 1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a.- Parameters:
- kmsKeyId- The KMS key ID. Takes the form- 1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-