@Stability(value=Stable) public static final class CfnLocalGatewayRouteTableVPCAssociation.Builder extends Object implements software.amazon.jsii.Builder<CfnLocalGatewayRouteTableVPCAssociation>
CfnLocalGatewayRouteTableVPCAssociation.| Modifier and Type | Method and Description |
|---|---|
CfnLocalGatewayRouteTableVPCAssociation |
build() |
static CfnLocalGatewayRouteTableVPCAssociation.Builder |
create(software.constructs.Construct scope,
String id) |
CfnLocalGatewayRouteTableVPCAssociation.Builder |
localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
CfnLocalGatewayRouteTableVPCAssociation.Builder |
tags(List<? extends CfnTag> tags)
The tags assigned to the association.
|
CfnLocalGatewayRouteTableVPCAssociation.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
@Stability(value=Stable) public static CfnLocalGatewayRouteTableVPCAssociation.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnLocalGatewayRouteTableVPCAssociation.Builder.@Stability(value=Stable) public CfnLocalGatewayRouteTableVPCAssociation.Builder localGatewayRouteTableId(String localGatewayRouteTableId)
localGatewayRouteTableId - The ID of the local gateway route table. This parameter is required.this@Stability(value=Stable) public CfnLocalGatewayRouteTableVPCAssociation.Builder vpcId(String vpcId)
vpcId - The ID of the VPC. This parameter is required.this@Stability(value=Stable) public CfnLocalGatewayRouteTableVPCAssociation.Builder tags(List<? extends CfnTag> tags)
tags - The tags assigned to the association. This parameter is required.this@Stability(value=Stable) public CfnLocalGatewayRouteTableVPCAssociation build()
build in interface software.amazon.jsii.Builder<CfnLocalGatewayRouteTableVPCAssociation>Copyright © 2022. All rights reserved.