Class CfnDomainPropsMixin.ServerSideEncryptionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.voiceid.CfnDomainPropsMixin.ServerSideEncryptionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainPropsMixin.ServerSideEncryptionConfigurationProperty>
- Enclosing interface:
CfnDomainPropsMixin.ServerSideEncryptionConfigurationProperty
@Stability(Stable)
public static final class CfnDomainPropsMixin.ServerSideEncryptionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainPropsMixin.ServerSideEncryptionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsKeyId
@Stability(Stable) public CfnDomainPropsMixin.ServerSideEncryptionConfigurationProperty.Builder kmsKeyId(String kmsKeyId) - Parameters:
kmsKeyId- The identifier of the KMS key to use to encrypt data stored by Voice ID. Voice ID doesn't support asymmetric customer managed keys.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomainPropsMixin.ServerSideEncryptionConfigurationProperty>- Returns:
- a new instance of
CfnDomainPropsMixin.ServerSideEncryptionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-