@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)
`AWS::EC2::LocalGatewayRouteTableVPCAssociation.LocalGatewayRouteTableId`.
|
CfnLocalGatewayRouteTableVPCAssociation.Builder |
tags(List<? extends CfnTag> tags)
`AWS::EC2::LocalGatewayRouteTableVPCAssociation.Tags`.
|
CfnLocalGatewayRouteTableVPCAssociation.Builder |
vpcId(String vpcId)
`AWS::EC2::LocalGatewayRouteTableVPCAssociation.VpcId`.
|
@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 - `AWS::EC2::LocalGatewayRouteTableVPCAssociation.LocalGatewayRouteTableId`. This parameter is required.this@Stability(value=Stable) public CfnLocalGatewayRouteTableVPCAssociation.Builder vpcId(String vpcId)
vpcId - `AWS::EC2::LocalGatewayRouteTableVPCAssociation.VpcId`. This parameter is required.this@Stability(value=Stable) public CfnLocalGatewayRouteTableVPCAssociation.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::EC2::LocalGatewayRouteTableVPCAssociation.Tags`. This parameter is required.this@Stability(value=Stable) public CfnLocalGatewayRouteTableVPCAssociation build()
build in interface software.amazon.jsii.Builder<CfnLocalGatewayRouteTableVPCAssociation>Copyright © 2021. All rights reserved.