@Stability(value=Stable) public static final class CfnCluster.EncryptionAtRestProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.EncryptionAtRestProperty>
CfnCluster.EncryptionAtRestProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.EncryptionAtRestProperty |
build()
Builds the configured instance.
|
CfnCluster.EncryptionAtRestProperty.Builder |
dataVolumeKmsKeyId(String dataVolumeKmsKeyId)
Sets the value of
CfnCluster.EncryptionAtRestProperty.getDataVolumeKmsKeyId() |
@Stability(value=Stable) public CfnCluster.EncryptionAtRestProperty.Builder dataVolumeKmsKeyId(String dataVolumeKmsKeyId)
CfnCluster.EncryptionAtRestProperty.getDataVolumeKmsKeyId()dataVolumeKmsKeyId - The ARN of the Amazon KMS key for encrypting data at rest. This parameter is required.
If you don't specify a KMS key, MSK creates one for you and uses it on your behalf.this@Stability(value=Stable) public CfnCluster.EncryptionAtRestProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.EncryptionAtRestProperty>CfnCluster.EncryptionAtRestPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.