public static interface AwsElasticsearchDomainEncryptionAtRestOptions.Builder extends SdkPojo, CopyableBuilder<AwsElasticsearchDomainEncryptionAtRestOptions.Builder,AwsElasticsearchDomainEncryptionAtRestOptions>
| Modifier and Type | Method and Description |
|---|---|
AwsElasticsearchDomainEncryptionAtRestOptions.Builder |
enabled(Boolean enabled)
Whether encryption at rest is enabled.
|
AwsElasticsearchDomainEncryptionAtRestOptions.Builder |
kmsKeyId(String kmsKeyId)
The KMS key ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsElasticsearchDomainEncryptionAtRestOptions.Builder enabled(Boolean enabled)
Whether encryption at rest is enabled.
enabled - Whether encryption at rest is enabled.AwsElasticsearchDomainEncryptionAtRestOptions.Builder kmsKeyId(String kmsKeyId)
The KMS key ID. Takes the form 1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a.
kmsKeyId - The KMS key ID. Takes the form 1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a.Copyright © 2023. All rights reserved.