Class CfnConnectionAliasPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.workspaces.CfnConnectionAliasPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectionAliasPropsMixin>
- Enclosing class:
CfnConnectionAliasPropsMixin
@Stability(Stable)
public static final class CfnConnectionAliasPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectionAliasPropsMixin>
A fluent builder for
CfnConnectionAliasPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()connectionString(String connectionString) The connection string specified for the connection alias.create()create(CfnPropertyMixinOptions options) The tags to associate with the connection alias.
-
Method Details
-
create
@Stability(Stable) public static CfnConnectionAliasPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnConnectionAliasPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnConnectionAliasPropsMixin.Builder.
-
connectionString
@Stability(Stable) public CfnConnectionAliasPropsMixin.Builder connectionString(String connectionString) The connection string specified for the connection alias.The connection string must be in the form of a fully qualified domain name (FQDN), such as
www.example.com.- Parameters:
connectionString- The connection string specified for the connection alias. This parameter is required.- Returns:
this- See Also:
-
tags
The tags to associate with the connection alias.- Parameters:
tags- The tags to associate with the connection alias. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectionAliasPropsMixin>- Returns:
- a newly built instance of
CfnConnectionAliasPropsMixin.
-