public static interface EncryptionAtRestOptions.Builder extends SdkPojo, CopyableBuilder<EncryptionAtRestOptions.Builder,EncryptionAtRestOptions>
| Modifier and Type | Method and Description |
|---|---|
EncryptionAtRestOptions.Builder |
enabled(Boolean enabled)
Specifies the option to enable Encryption At Rest.
|
EncryptionAtRestOptions.Builder |
kmsKeyId(String kmsKeyId)
Specifies the KMS Key ID for Encryption At Rest options.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncryptionAtRestOptions.Builder enabled(Boolean enabled)
Specifies the option to enable Encryption At Rest.
enabled - Specifies the option to enable Encryption At Rest.EncryptionAtRestOptions.Builder kmsKeyId(String kmsKeyId)
Specifies the KMS Key ID for Encryption At Rest options.
kmsKeyId - Specifies the KMS Key ID for Encryption At Rest options.Copyright © 2020. All rights reserved.