public static interface EncryptionAtRestOptions.Builder extends SdkPojo, CopyableBuilder<EncryptionAtRestOptions.Builder,EncryptionAtRestOptions>
| Modifier and Type | Method and Description |
|---|---|
EncryptionAtRestOptions.Builder |
enabled(Boolean enabled)
True to enable encryption at rest.
|
EncryptionAtRestOptions.Builder |
kmsKeyId(String kmsKeyId)
The KMS key ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncryptionAtRestOptions.Builder enabled(Boolean enabled)
True to enable encryption at rest.
enabled - True to enable encryption at rest.EncryptionAtRestOptions.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.