Class CfnDomainPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.voiceid.mixins.CfnDomainPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainPropsMixin>
- Enclosing class:
CfnDomainPropsMixin
@Stability(Stable)
public static final class CfnDomainPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainPropsMixin>
A fluent builder for
CfnDomainPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnDomainPropsMixin.Buildercreate()static CfnDomainPropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) The description of the domain.The name for the domain.serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration) The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.serverSideEncryptionConfiguration(CfnDomainPropsMixin.ServerSideEncryptionConfigurationProperty serverSideEncryptionConfiguration) The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.The tags used to organize, track, or control access for this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnDomainPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDomainPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDomainPropsMixin.Builder.
-
description
The description of the domain.- Parameters:
description- The description of the domain. This parameter is required.- Returns:
this- See Also:
-
name
The name for the domain.- Parameters:
name- The name for the domain. This parameter is required.- Returns:
this- See Also:
-
serverSideEncryptionConfiguration
@Stability(Stable) public CfnDomainPropsMixin.Builder serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration) The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.- Parameters:
serverSideEncryptionConfiguration- The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data. This parameter is required.- Returns:
this- See Also:
-
serverSideEncryptionConfiguration
@Stability(Stable) public CfnDomainPropsMixin.Builder serverSideEncryptionConfiguration(CfnDomainPropsMixin.ServerSideEncryptionConfigurationProperty serverSideEncryptionConfiguration) The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.- Parameters:
serverSideEncryptionConfiguration- The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data. This parameter is required.- Returns:
this- See Also:
-
tags
The tags used to organize, track, or control access for this resource.- Parameters:
tags- The tags used to organize, track, or control access for this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomainPropsMixin>- Returns:
- a newly built instance of
CfnDomainPropsMixin.
-