@Stability(value=Stable) public static final class CfnConnectionAliasProps.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectionAliasProps>
CfnConnectionAliasProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnectionAliasProps |
build()
Builds the configured instance.
|
CfnConnectionAliasProps.Builder |
connectionString(String connectionString)
Sets the value of
CfnConnectionAliasProps.getConnectionString() |
CfnConnectionAliasProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnConnectionAliasProps.getTags() |
@Stability(value=Stable) public CfnConnectionAliasProps.Builder connectionString(String connectionString)
CfnConnectionAliasProps.getConnectionString()connectionString - The connection string specified for the connection alias. This parameter is required.
The connection string must be in the form of a fully qualified domain name (FQDN), such as www.example.com .this@Stability(value=Stable) public CfnConnectionAliasProps.Builder tags(List<? extends CfnTag> tags)
CfnConnectionAliasProps.getTags()tags - The tags to associate with the connection alias.this@Stability(value=Stable) public CfnConnectionAliasProps build()
build in interface software.amazon.jsii.Builder<CfnConnectionAliasProps>CfnConnectionAliasPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.