Interface EncryptionAtRest.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<EncryptionAtRest.Builder,EncryptionAtRest>
,SdkBuilder<EncryptionAtRest.Builder,EncryptionAtRest>
,SdkPojo
- Enclosing class:
- EncryptionAtRest
public static interface EncryptionAtRest.Builder extends SdkPojo, CopyableBuilder<EncryptionAtRest.Builder,EncryptionAtRest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncryptionAtRest.Builder
dataVolumeKMSKeyId(String dataVolumeKMSKeyId)
The ARN of the AWS KMS key for encrypting data at rest.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
dataVolumeKMSKeyId
EncryptionAtRest.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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-