public static interface AwsAmazonMqBrokerEncryptionOptionsDetails.Builder extends SdkPojo, CopyableBuilder<AwsAmazonMqBrokerEncryptionOptionsDetails.Builder,AwsAmazonMqBrokerEncryptionOptionsDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsAmazonMqBrokerEncryptionOptionsDetails.Builder |
kmsKeyId(String kmsKeyId)
The KMS key that’s used to encrypt your data at rest.
|
AwsAmazonMqBrokerEncryptionOptionsDetails.Builder |
useAwsOwnedKey(Boolean useAwsOwnedKey)
Specifies that an KMS key should be used for at-rest encryption.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsAmazonMqBrokerEncryptionOptionsDetails.Builder kmsKeyId(String kmsKeyId)
The KMS key that’s used to encrypt your data at rest. If not provided, Amazon MQ will use a default KMS key to encrypt your data.
kmsKeyId - The KMS key that’s used to encrypt your data at rest. If not provided, Amazon MQ will use a default
KMS key to encrypt your data.AwsAmazonMqBrokerEncryptionOptionsDetails.Builder useAwsOwnedKey(Boolean useAwsOwnedKey)
Specifies that an KMS key should be used for at-rest encryption. Set to true by default if no
value is provided (for example, for RabbitMQ brokers).
useAwsOwnedKey - Specifies that an KMS key should be used for at-rest encryption. Set to true by default
if no value is provided (for example, for RabbitMQ brokers).Copyright © 2023. All rights reserved.