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