@Stability(value=Stable) public static final class CfnConnection.Builder extends Object implements software.amazon.jsii.Builder<CfnConnection>
CfnConnection.| Modifier and Type | Method and Description |
|---|---|
CfnConnection |
build() |
CfnConnection.Builder |
connectionName(String connectionName)
The name of the connection.
|
static CfnConnection.Builder |
create(software.constructs.Construct scope,
String id) |
CfnConnection.Builder |
hostArn(String hostArn)
The Amazon Resource Name (ARN) of the host associated with the connection.
|
CfnConnection.Builder |
providerType(String providerType)
The name of the external provider where your third-party code repository is configured.
|
CfnConnection.Builder |
tags(List<? extends CfnTag> tags)
Specifies the tags applied to the resource.
|
@Stability(value=Stable) public static CfnConnection.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.CfnConnection.Builder.@Stability(value=Stable) public CfnConnection.Builder connectionName(String connectionName)
Connection names must be unique in an AWS user account.
connectionName - The name of the connection. This parameter is required.this@Stability(value=Stable) public CfnConnection.Builder hostArn(String hostArn)
hostArn - The Amazon Resource Name (ARN) of the host associated with the connection. This parameter is required.this@Stability(value=Stable) public CfnConnection.Builder providerType(String providerType)
providerType - The name of the external provider where your third-party code repository is configured. This parameter is required.this@Stability(value=Stable) public CfnConnection.Builder tags(List<? extends CfnTag> tags)
tags - Specifies the tags applied to the resource. This parameter is required.this@Stability(value=Stable) public CfnConnection build()
build in interface software.amazon.jsii.Builder<CfnConnection>Copyright © 2022. All rights reserved.