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.
|
copy
applyMutation, build
EncryptionAtRestOptions.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.