@Stability(value=Stable) public static final class CfnConnectAttachment.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectAttachment>
CfnConnectAttachment.| Modifier and Type | Method and Description |
|---|---|
CfnConnectAttachment |
build() |
CfnConnectAttachment.Builder |
coreNetworkId(String coreNetworkId)
The core network ID.
|
static CfnConnectAttachment.Builder |
create(software.constructs.Construct scope,
String id) |
CfnConnectAttachment.Builder |
edgeLocation(String edgeLocation)
The Region where the edge is located.
|
CfnConnectAttachment.Builder |
options(CfnConnectAttachment.ConnectAttachmentOptionsProperty options)
Options for creating a Connect attachment.
|
CfnConnectAttachment.Builder |
options(IResolvable options)
Options for creating a Connect attachment.
|
CfnConnectAttachment.Builder |
tags(List<? extends CfnTag> tags)
The tags associated with the Connect attachment.
|
CfnConnectAttachment.Builder |
transportAttachmentId(String transportAttachmentId)
The ID of the attachment between the two connections.
|
@Stability(value=Stable) public static CfnConnectAttachment.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.CfnConnectAttachment.ConnectAttachmentOptionsProperty.Builder.@Stability(value=Stable) public CfnConnectAttachment.Builder coreNetworkId(String coreNetworkId)
coreNetworkId - The core network ID. This parameter is required.this@Stability(value=Stable) public CfnConnectAttachment.Builder edgeLocation(String edgeLocation)
edgeLocation - The Region where the edge is located. This parameter is required.this@Stability(value=Stable) public CfnConnectAttachment.Builder options(CfnConnectAttachment.ConnectAttachmentOptionsProperty options)
options - Options for creating a Connect attachment. This parameter is required.this@Stability(value=Stable) public CfnConnectAttachment.Builder options(IResolvable options)
options - Options for creating a Connect attachment. This parameter is required.this@Stability(value=Stable) public CfnConnectAttachment.Builder tags(List<? extends CfnTag> tags)
tags - The tags associated with the Connect attachment. This parameter is required.this@Stability(value=Stable) public CfnConnectAttachment.Builder transportAttachmentId(String transportAttachmentId)
transportAttachmentId - The ID of the attachment between the two connections. This parameter is required.this@Stability(value=Stable) public CfnConnectAttachment build()
build in interface software.amazon.jsii.Builder<CfnConnectAttachment>Copyright © 2022. All rights reserved.