public static final class CfnTransitGatewayConnect.Builder
extends java.lang.Object
CfnTransitGatewayConnect
.Modifier and Type | Method and Description |
---|---|
CfnTransitGatewayConnect |
build() |
static CfnTransitGatewayConnect.Builder |
create(Construct scope,
java.lang.String id) |
CfnTransitGatewayConnect.Builder |
options(CfnTransitGatewayConnect.TransitGatewayConnectOptionsProperty options)
The Connect attachment options.
|
CfnTransitGatewayConnect.Builder |
options(IResolvable options)
The Connect attachment options.
|
CfnTransitGatewayConnect.Builder |
tags(java.util.List<? extends CfnTag> tags)
The tags for the attachment.
|
CfnTransitGatewayConnect.Builder |
transportTransitGatewayAttachmentId(java.lang.String transportTransitGatewayAttachmentId)
The ID of the attachment from which the Connect attachment was created.
|
public static CfnTransitGatewayConnect.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnTransitGatewayConnect.TransitGatewayConnectOptionsProperty.Builder
.public CfnTransitGatewayConnect.Builder options(IResolvable options)
options
- The Connect attachment options. This parameter is required.this
public CfnTransitGatewayConnect.Builder options(CfnTransitGatewayConnect.TransitGatewayConnectOptionsProperty options)
options
- The Connect attachment options. This parameter is required.this
public CfnTransitGatewayConnect.Builder transportTransitGatewayAttachmentId(java.lang.String transportTransitGatewayAttachmentId)
transportTransitGatewayAttachmentId
- The ID of the attachment from which the Connect attachment was created. This parameter is required.this
public CfnTransitGatewayConnect.Builder tags(java.util.List<? extends CfnTag> tags)
tags
- The tags for the attachment. This parameter is required.this
public CfnTransitGatewayConnect build()