| Modifier and Type | Method and Description |
|---|---|
CfnDomain |
build() |
static CfnDomain.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDomain.Builder |
description(String description)
The client-provided description of the domain.
|
CfnDomain.Builder |
name(String name)
The client-provided name for the domain.
|
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.
|
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.
|
CfnDomain.Builder |
tags(List<? extends CfnTag> tags)
The tags used to organize, track, or control access for this resource.
|
@Stability(value=Stable) public static CfnDomain.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDomain.ServerSideEncryptionConfigurationProperty.Builder.@Stability(value=Stable) public CfnDomain.Builder name(String name)
name - The client-provided name for the domain. This parameter is required.this@Stability(value=Stable) public CfnDomain.Builder serverSideEncryptionConfiguration(CfnDomain.ServerSideEncryptionConfigurationProperty serverSideEncryptionConfiguration)
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.this@Stability(value=Stable) public CfnDomain.Builder serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration)
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.this@Stability(value=Stable) public CfnDomain.Builder description(String description)
description - The client-provided description of the domain. This parameter is required.this@Stability(value=Stable) public CfnDomain.Builder tags(List<? extends CfnTag> tags)
tags - The tags used to organize, track, or control access for this resource. This parameter is required.thisCopyright © 2022. All rights reserved.