public static interface EncryptionOptions.Builder extends SdkPojo, CopyableBuilder<EncryptionOptions.Builder,EncryptionOptions>
| Modifier and Type | Method and Description |
|---|---|
EncryptionOptions.Builder |
kmsKeyId(String kmsKeyId)
The customer master key (CMK) to use for the A KMS (KMS).
|
EncryptionOptions.Builder |
useAwsOwnedKey(Boolean useAwsOwnedKey)
Enables the use of an Amazon Web Services owned CMK using KMS (KMS).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncryptionOptions.Builder kmsKeyId(String kmsKeyId)
The customer master key (CMK) to use for the A KMS (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.
kmsKeyId - The customer master key (CMK) to use for the A KMS (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)
Enables the use of an Amazon Web Services owned CMK using KMS (KMS). Set to true by default, if no value is provided, for example, for RabbitMQ brokers.
useAwsOwnedKey - Enables the use of an Amazon Web Services owned CMK using KMS (KMS). Set to true by default, if no
value is provided, for example, for RabbitMQ brokers.Copyright © 2023. All rights reserved.