Interface ServerSideEncryptionConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServerSideEncryptionConfiguration.Builder,
,ServerSideEncryptionConfiguration> SdkBuilder<ServerSideEncryptionConfiguration.Builder,
,ServerSideEncryptionConfiguration> SdkPojo
- Enclosing class:
ServerSideEncryptionConfiguration
@Mutable
@NotThreadSafe
public static interface ServerSideEncryptionConfiguration.Builder
extends SdkPojo, CopyableBuilder<ServerSideEncryptionConfiguration.Builder,ServerSideEncryptionConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the KMS key used to encrypt the enrollment data in a voice profile domain.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 Details
-
kmsKeyArn
The ARN of the KMS key used to encrypt the enrollment data in a voice profile domain. Asymmetric customer managed keys are not supported.
- Parameters:
kmsKeyArn
- The ARN of the KMS key used to encrypt the enrollment data in a voice profile domain. Asymmetric customer managed keys are not supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-