@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 - The name of the connection. This parameter is required.
Connection names must be unique in an AWS user account.this@Stability(value=Stable) public CfnConnectionProps.Builder hostArn(String hostArn)
CfnConnectionProps.getHostArn()hostArn - The Amazon Resource Name (ARN) of the host associated with the connection.this@Stability(value=Stable) public CfnConnectionProps.Builder providerType(String providerType)
CfnConnectionProps.getProviderType()providerType - The name of the external provider where your third-party code repository is configured.this@Stability(value=Stable) public CfnConnectionProps.Builder tags(List<? extends CfnTag> tags)
CfnConnectionProps.getTags()tags - Specifies the tags applied to the resource.this@Stability(value=Stable) public CfnConnectionProps build()
build in interface software.amazon.jsii.Builder<CfnConnectionProps>CfnConnectionPropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.