Class CfnTransitGatewayConnectPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnTransitGatewayConnectPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTransitGatewayConnectPropsMixin>
- Enclosing class:
CfnTransitGatewayConnectPropsMixin
@Stability(Stable)
public static final class CfnTransitGatewayConnectPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTransitGatewayConnectPropsMixin>
A fluent builder for
CfnTransitGatewayConnectPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The Connect attachment options.options(IResolvable options) The Connect attachment options.The tags for the attachment.transportTransitGatewayAttachmentId(String transportTransitGatewayAttachmentId) The ID of the attachment from which the Connect attachment was created.transportTransitGatewayAttachmentId(ITransitGatewayVpcAttachmentRef transportTransitGatewayAttachmentId) The ID of the attachment from which the Connect attachment was created.
-
Method Details
-
create
@Stability(Stable) public static CfnTransitGatewayConnectPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTransitGatewayConnectPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTransitGatewayConnectPropsMixin.Builder.
-
options
The Connect attachment options.- protocol (gre)
- Parameters:
options- The Connect attachment options. This parameter is required.- Returns:
this- See Also:
-
options
@Stability(Stable) public CfnTransitGatewayConnectPropsMixin.Builder options(CfnTransitGatewayConnectPropsMixin.TransitGatewayConnectOptionsProperty options) The Connect attachment options.- protocol (gre)
- Parameters:
options- The Connect attachment options. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnTransitGatewayConnectPropsMixin.Builder tags(List<? extends CfnTag> tags) The tags for the attachment.- Parameters:
tags- The tags for the attachment. This parameter is required.- Returns:
this- See Also:
-
transportTransitGatewayAttachmentId
@Stability(Stable) public CfnTransitGatewayConnectPropsMixin.Builder transportTransitGatewayAttachmentId(String transportTransitGatewayAttachmentId) The ID of the attachment from which the Connect attachment was created.- Parameters:
transportTransitGatewayAttachmentId- The ID of the attachment from which the Connect attachment was created. This parameter is required.- Returns:
this- See Also:
-
transportTransitGatewayAttachmentId
@Stability(Stable) public CfnTransitGatewayConnectPropsMixin.Builder transportTransitGatewayAttachmentId(ITransitGatewayVpcAttachmentRef transportTransitGatewayAttachmentId) The ID of the attachment from which the Connect attachment was created.- Parameters:
transportTransitGatewayAttachmentId- The ID of the attachment from which the Connect attachment was created. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTransitGatewayConnectPropsMixin>- Returns:
- a newly built instance of
CfnTransitGatewayConnectPropsMixin.
-