Interface AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builder,,AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails> SdkBuilder<AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builder,,AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails> SdkPojo
- Enclosing class:
 AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails
public static interface AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builder
extends SdkPojo, CopyableBuilder<AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builder,AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails> 
- 
Method Summary
Modifier and TypeMethodDescriptiondataVolumeKMSKeyId(String dataVolumeKMSKeyId) The Amazon Resource Name (ARN) of the KMS key for encrypting data at rest.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
dataVolumeKMSKeyId
AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builder dataVolumeKMSKeyId(String dataVolumeKMSKeyId) The Amazon Resource Name (ARN) of the KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.
- Parameters:
 dataVolumeKMSKeyId- The Amazon Resource Name (ARN) of the KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -