public static interface EncryptionOptions.Builder extends SdkPojo, CopyableBuilder<EncryptionOptions.Builder,EncryptionOptions>
Modifier and Type | Method and Description |
---|---|
EncryptionOptions.Builder |
kmsKeyId(String kmsKeyId)
The symmetric customer master key (CMK) to use for the AWS Key Management Service (KMS).
|
EncryptionOptions.Builder |
useAwsOwnedKey(Boolean useAwsOwnedKey)
Enables the use of an AWS owned CMK using AWS Key Management Service (KMS).
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
EncryptionOptions.Builder kmsKeyId(String kmsKeyId)
kmsKeyId
- The symmetric customer master key (CMK) to use for the AWS Key Management Service (KMS). This key is
used to encrypt your data at rest. If not provided, Amazon MQ will use a default CMK to encrypt your
data.EncryptionOptions.Builder useAwsOwnedKey(Boolean useAwsOwnedKey)
useAwsOwnedKey
- Enables the use of an AWS owned CMK using AWS Key Management Service (KMS).