Class CfnDomain.Builder
java.lang.Object
software.amazon.awscdk.services.voiceid.CfnDomain.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomain>
- Enclosing class:
- CfnDomain
@Stability(Stable)
public static final class CfnDomain.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomain>
A fluent builder for
CfnDomain.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnDomain.Builderdescription(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(CfnDomain.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
- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
- Returns:
- a new instance of
CfnDomain.Builder.
-
name
The name for the domain.- Parameters:
name- The name for the domain. This parameter is required.- Returns:
this
-
serverSideEncryptionConfiguration
@Stability(Stable) public CfnDomain.Builder serverSideEncryptionConfiguration(CfnDomain.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
-
serverSideEncryptionConfiguration
@Stability(Stable) public CfnDomain.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
-
description
The description of the domain.- Parameters:
description- The description of the domain. This parameter is required.- Returns:
this
-
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
-
build
-