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