Class CfnDomainMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.voiceid.CfnDomainMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainMixinProps>
- Enclosing interface:
CfnDomainMixinProps
@Stability(Stable)
public static final class CfnDomainMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainMixinProps>
A builder for
CfnDomainMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnDomainMixinProps.getDescription()Sets the value ofCfnDomainMixinProps.getName()serverSideEncryptionConfiguration(CfnDomainPropsMixin.ServerSideEncryptionConfigurationProperty serverSideEncryptionConfiguration) Sets the value ofCfnDomainMixinProps.getServerSideEncryptionConfiguration()serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration) Sets the value ofCfnDomainMixinProps.getServerSideEncryptionConfiguration()Sets the value ofCfnDomainMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnDomainMixinProps.getDescription()- Parameters:
description- The description of the domain.- Returns:
this
-
name
Sets the value ofCfnDomainMixinProps.getName()- Parameters:
name- The name for the domain.- Returns:
this
-
serverSideEncryptionConfiguration
@Stability(Stable) public CfnDomainMixinProps.Builder serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration) Sets the value ofCfnDomainMixinProps.getServerSideEncryptionConfiguration()- Parameters:
serverSideEncryptionConfiguration- The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.- Returns:
this
-
serverSideEncryptionConfiguration
@Stability(Stable) public CfnDomainMixinProps.Builder serverSideEncryptionConfiguration(CfnDomainPropsMixin.ServerSideEncryptionConfigurationProperty serverSideEncryptionConfiguration) Sets the value ofCfnDomainMixinProps.getServerSideEncryptionConfiguration()- Parameters:
serverSideEncryptionConfiguration- The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.- Returns:
this
-
tags
Sets the value ofCfnDomainMixinProps.getTags()- Parameters:
tags- The tags used to organize, track, or control access for this resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomainMixinProps>- Returns:
- a new instance of
CfnDomainMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-