Class CfnTransitGatewayRouteTableAssociationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnTransitGatewayRouteTableAssociationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTransitGatewayRouteTableAssociationPropsMixin>
- Enclosing class:
CfnTransitGatewayRouteTableAssociationPropsMixin
@Stability(Stable)
public static final class CfnTransitGatewayRouteTableAssociationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTransitGatewayRouteTableAssociationPropsMixin>
A fluent builder for
CfnTransitGatewayRouteTableAssociationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) transitGatewayAttachmentId(String transitGatewayAttachmentId) The ID of the attachment.transitGatewayAttachmentId(ITransitGatewayAttachmentRef transitGatewayAttachmentId) The ID of the attachment.transitGatewayRouteTableId(String transitGatewayRouteTableId) The ID of the route table for the transit gateway.transitGatewayRouteTableId(ITransitGatewayRouteTableRef transitGatewayRouteTableId) The ID of the route table for the transit gateway.
-
Method Details
-
create
@Stability(Stable) public static CfnTransitGatewayRouteTableAssociationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTransitGatewayRouteTableAssociationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTransitGatewayRouteTableAssociationPropsMixin.Builder.
-
transitGatewayAttachmentId
@Stability(Stable) public CfnTransitGatewayRouteTableAssociationPropsMixin.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId) The ID of the attachment.- Parameters:
transitGatewayAttachmentId- The ID of the attachment. This parameter is required.- Returns:
this- See Also:
-
transitGatewayAttachmentId
@Stability(Stable) public CfnTransitGatewayRouteTableAssociationPropsMixin.Builder transitGatewayAttachmentId(ITransitGatewayAttachmentRef transitGatewayAttachmentId) The ID of the attachment.- Parameters:
transitGatewayAttachmentId- The ID of the attachment. This parameter is required.- Returns:
this- See Also:
-
transitGatewayRouteTableId
@Stability(Stable) public CfnTransitGatewayRouteTableAssociationPropsMixin.Builder transitGatewayRouteTableId(String transitGatewayRouteTableId) The ID of the route table for the transit gateway.- Parameters:
transitGatewayRouteTableId- The ID of the route table for the transit gateway. This parameter is required.- Returns:
this- See Also:
-
transitGatewayRouteTableId
@Stability(Stable) public CfnTransitGatewayRouteTableAssociationPropsMixin.Builder transitGatewayRouteTableId(ITransitGatewayRouteTableRef transitGatewayRouteTableId) The ID of the route table for the transit gateway.- Parameters:
transitGatewayRouteTableId- The ID of the route table for the transit gateway. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTransitGatewayRouteTableAssociationPropsMixin>- Returns:
- a newly built instance of
CfnTransitGatewayRouteTableAssociationPropsMixin.
-