@Stability(value=Stable) public static final class CfnConnectionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectionProps>
CfnConnectionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnectionProps |
build()
Builds the configured instance.
|
CfnConnectionProps.Builder |
connectionName(String connectionName)
Sets the value of
CfnConnectionProps.getConnectionName() |
CfnConnectionProps.Builder |
hostArn(String hostArn)
Sets the value of
CfnConnectionProps.getHostArn() |
CfnConnectionProps.Builder |
providerType(String providerType)
Sets the value of
CfnConnectionProps.getProviderType() |
CfnConnectionProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnConnectionProps.getTags() |
@Stability(value=Stable) public CfnConnectionProps.Builder connectionName(String connectionName)
CfnConnectionProps.getConnectionName()connectionName - `AWS::CodeStarConnections::Connection.ConnectionName`. This parameter is required.this@Stability(value=Stable) public CfnConnectionProps.Builder hostArn(String hostArn)
CfnConnectionProps.getHostArn()hostArn - `AWS::CodeStarConnections::Connection.HostArn`.this@Stability(value=Stable) public CfnConnectionProps.Builder providerType(String providerType)
CfnConnectionProps.getProviderType()providerType - `AWS::CodeStarConnections::Connection.ProviderType`.this@Stability(value=Stable) public CfnConnectionProps.Builder tags(List<? extends CfnTag> tags)
CfnConnectionProps.getTags()tags - `AWS::CodeStarConnections::Connection.Tags`.this@Stability(value=Stable) public CfnConnectionProps build()
build in interface software.amazon.jsii.Builder<CfnConnectionProps>CfnConnectionPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.