Class TransitGatewayRouteTableAssociation.Builder
java.lang.Object
software.amazon.awscdk.services.ec2.alpha.TransitGatewayRouteTableAssociation.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<TransitGatewayRouteTableAssociation>
- Enclosing class:
TransitGatewayRouteTableAssociation
@Stability(Experimental)
public static final class TransitGatewayRouteTableAssociation.Builder
extends Object
implements software.amazon.jsii.Builder<TransitGatewayRouteTableAssociation>
(experimental) A fluent builder for
TransitGatewayRouteTableAssociation.-
Method Summary
Modifier and TypeMethodDescriptionbuild()transitGatewayRouteTable(ITransitGatewayRouteTable transitGatewayRouteTable) (experimental) The ID of the transit gateway route table association.transitGatewayRouteTableAssociationName(String transitGatewayRouteTableAssociationName) (experimental) Physical name of this association.transitGatewayVpcAttachment(ITransitGatewayAttachment transitGatewayVpcAttachment) (experimental) The ID of the transit gateway route table association.
-
Method Details
-
create
@Stability(Experimental) public static TransitGatewayRouteTableAssociation.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- This parameter is required.id- This parameter is required.- Returns:
- a new instance of
TransitGatewayRouteTableAssociation.Builder.
-
transitGatewayRouteTable
@Stability(Experimental) public TransitGatewayRouteTableAssociation.Builder transitGatewayRouteTable(ITransitGatewayRouteTable transitGatewayRouteTable) (experimental) The ID of the transit gateway route table association.- Parameters:
transitGatewayRouteTable- The ID of the transit gateway route table association. This parameter is required.- Returns:
this
-
transitGatewayVpcAttachment
@Stability(Experimental) public TransitGatewayRouteTableAssociation.Builder transitGatewayVpcAttachment(ITransitGatewayAttachment transitGatewayVpcAttachment) (experimental) The ID of the transit gateway route table association.- Parameters:
transitGatewayVpcAttachment- The ID of the transit gateway route table association. This parameter is required.- Returns:
this
-
transitGatewayRouteTableAssociationName
@Stability(Experimental) public TransitGatewayRouteTableAssociation.Builder transitGatewayRouteTableAssociationName(String transitGatewayRouteTableAssociationName) (experimental) Physical name of this association.Default: - Assigned by CloudFormation.
- Parameters:
transitGatewayRouteTableAssociationName- Physical name of this association. This parameter is required.- Returns:
this
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<TransitGatewayRouteTableAssociation>- Returns:
- a newly built instance of
TransitGatewayRouteTableAssociation.
-