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