@Stability(value=Stable) public static final class CfnConnectionAlias.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectionAlias>
CfnConnectionAlias.| Modifier and Type | Method and Description |
|---|---|
CfnConnectionAlias |
build() |
CfnConnectionAlias.Builder |
connectionString(String connectionString)
The connection string specified for the connection alias.
|
static CfnConnectionAlias.Builder |
create(software.constructs.Construct scope,
String id) |
CfnConnectionAlias.Builder |
tags(List<? extends CfnTag> tags)
The tags to associate with the connection alias.
|
@Stability(value=Stable) public static CfnConnectionAlias.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.CfnConnectionAlias.ConnectionAliasAssociationProperty.Builder.@Stability(value=Stable) public CfnConnectionAlias.Builder connectionString(String connectionString)
The connection string must be in the form of a fully qualified domain name (FQDN), such as www.example.com .
connectionString - The connection string specified for the connection alias. This parameter is required.this@Stability(value=Stable) public CfnConnectionAlias.Builder tags(List<? extends CfnTag> tags)
tags - The tags to associate with the connection alias. This parameter is required.this@Stability(value=Stable) public CfnConnectionAlias build()
build in interface software.amazon.jsii.Builder<CfnConnectionAlias>Copyright © 2022. All rights reserved.