@Stability(value=Stable) public static final class CfnConnectAttachmentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectAttachmentProps>
CfnConnectAttachmentProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnectAttachmentProps |
build()
Builds the configured instance.
|
CfnConnectAttachmentProps.Builder |
coreNetworkId(String coreNetworkId)
Sets the value of
CfnConnectAttachmentProps.getCoreNetworkId() |
CfnConnectAttachmentProps.Builder |
edgeLocation(String edgeLocation)
Sets the value of
CfnConnectAttachmentProps.getEdgeLocation() |
CfnConnectAttachmentProps.Builder |
options(CfnConnectAttachment.ConnectAttachmentOptionsProperty options)
Sets the value of
CfnConnectAttachmentProps.getOptions() |
CfnConnectAttachmentProps.Builder |
options(IResolvable options)
Sets the value of
CfnConnectAttachmentProps.getOptions() |
CfnConnectAttachmentProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnConnectAttachmentProps.getTags() |
CfnConnectAttachmentProps.Builder |
transportAttachmentId(String transportAttachmentId)
Sets the value of
CfnConnectAttachmentProps.getTransportAttachmentId() |
@Stability(value=Stable) public CfnConnectAttachmentProps.Builder coreNetworkId(String coreNetworkId)
CfnConnectAttachmentProps.getCoreNetworkId()coreNetworkId - The core network ID.this@Stability(value=Stable) public CfnConnectAttachmentProps.Builder edgeLocation(String edgeLocation)
CfnConnectAttachmentProps.getEdgeLocation()edgeLocation - The Region where the edge is located.this@Stability(value=Stable) public CfnConnectAttachmentProps.Builder options(CfnConnectAttachment.ConnectAttachmentOptionsProperty options)
CfnConnectAttachmentProps.getOptions()options - Options for creating a Connect attachment.this@Stability(value=Stable) public CfnConnectAttachmentProps.Builder options(IResolvable options)
CfnConnectAttachmentProps.getOptions()options - Options for creating a Connect attachment.this@Stability(value=Stable) public CfnConnectAttachmentProps.Builder tags(List<? extends CfnTag> tags)
CfnConnectAttachmentProps.getTags()tags - The tags associated with the Connect attachment.this@Stability(value=Stable) public CfnConnectAttachmentProps.Builder transportAttachmentId(String transportAttachmentId)
CfnConnectAttachmentProps.getTransportAttachmentId()transportAttachmentId - The ID of the attachment between the two connections.this@Stability(value=Stable) public CfnConnectAttachmentProps build()
build in interface software.amazon.jsii.Builder<CfnConnectAttachmentProps>CfnConnectAttachmentPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.