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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.Builderenabled(Boolean enabled)Whether encryption at rest is enabled.AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.BuilderkmsKeyId(String kmsKeyId)The KMS key ID.-
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 Detail
-
enabled
AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.Builder enabled(Boolean 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
AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails.Builder kmsKeyId(String 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.
-
-