Interface AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.Builder,,AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails> SdkBuilder<AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.Builder,,AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails> SdkPojo
- Enclosing class:
 AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails
public static interface AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.Builder
extends SdkPojo, CopyableBuilder<AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.Builder,AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails> 
- 
Method Summary
Modifier and TypeMethodDescriptionWhether encryption at rest is enabled.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
enabled
Whether 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.
 
 - 
kmsKeyId
The KMS key ID.
- Parameters:
 kmsKeyId- The KMS key ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -