@Stability(value=Stable) public static final class CfnDomainProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDomainProps>
CfnDomainProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDomainProps |
build()
Builds the configured instance.
|
CfnDomainProps.Builder |
description(String description)
Sets the value of
CfnDomainProps.getDescription() |
CfnDomainProps.Builder |
name(String name)
Sets the value of
CfnDomainProps.getName() |
CfnDomainProps.Builder |
serverSideEncryptionConfiguration(CfnDomain.ServerSideEncryptionConfigurationProperty serverSideEncryptionConfiguration)
Sets the value of
CfnDomainProps.getServerSideEncryptionConfiguration() |
CfnDomainProps.Builder |
serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration)
Sets the value of
CfnDomainProps.getServerSideEncryptionConfiguration() |
CfnDomainProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnDomainProps.getTags() |
@Stability(value=Stable) public CfnDomainProps.Builder name(String name)
CfnDomainProps.getName()name - The client-provided name for the domain. This parameter is required.this@Stability(value=Stable) public CfnDomainProps.Builder serverSideEncryptionConfiguration(CfnDomain.ServerSideEncryptionConfigurationProperty serverSideEncryptionConfiguration)
CfnDomainProps.getServerSideEncryptionConfiguration()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 CfnDomainProps.Builder serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration)
CfnDomainProps.getServerSideEncryptionConfiguration()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 CfnDomainProps.Builder description(String description)
CfnDomainProps.getDescription()description - The client-provided description of the domain.this@Stability(value=Stable) public CfnDomainProps.Builder tags(List<? extends CfnTag> tags)
CfnDomainProps.getTags()tags - The tags used to organize, track, or control access for this resource.this@Stability(value=Stable) public CfnDomainProps build()
build in interface software.amazon.jsii.Builder<CfnDomainProps>CfnDomainPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.