public static interface EncryptionAtRest.Builder extends SdkPojo, CopyableBuilder<EncryptionAtRest.Builder,EncryptionAtRest>
| Modifier and Type | Method and Description |
|---|---|
EncryptionAtRest.Builder |
dataVolumeKMSKeyId(String dataVolumeKMSKeyId)
The ARN of the AWS KMS key for encrypting data at rest.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncryptionAtRest.Builder dataVolumeKMSKeyId(String dataVolumeKMSKeyId)
The ARN of the AWS KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.
dataVolumeKMSKeyId - The ARN of the AWS KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.
Copyright © 2023. All rights reserved.