@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(Construct scope,
String id) |
CfnLocalGatewayRouteTableVPCAssociation.Builder |
localGatewayRouteTableId(String localGatewayRouteTableId)
`AWS::EC2::LocalGatewayRouteTableVPCAssociation.LocalGatewayRouteTableId`.
|
CfnLocalGatewayRouteTableVPCAssociation.Builder |
tags(CfnLocalGatewayRouteTableVPCAssociation.TagsProperty tags)
`AWS::EC2::LocalGatewayRouteTableVPCAssociation.Tags`.
|
CfnLocalGatewayRouteTableVPCAssociation.Builder |
vpcId(String vpcId)
`AWS::EC2::LocalGatewayRouteTableVPCAssociation.VpcId`.
|
@Stability(value=Stable) public static CfnLocalGatewayRouteTableVPCAssociation.Builder create(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.TagsProperty.Builder.@Stability(value=Stable) public CfnLocalGatewayRouteTableVPCAssociation.Builder localGatewayRouteTableId(String localGatewayRouteTableId)
localGatewayRouteTableId - `AWS::EC2::LocalGatewayRouteTableVPCAssociation.LocalGatewayRouteTableId`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid@Stability(value=Stable) public CfnLocalGatewayRouteTableVPCAssociation.Builder vpcId(String vpcId)
vpcId - `AWS::EC2::LocalGatewayRouteTableVPCAssociation.VpcId`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid@Stability(value=Stable) public CfnLocalGatewayRouteTableVPCAssociation.Builder tags(CfnLocalGatewayRouteTableVPCAssociation.TagsProperty tags)
tags - `AWS::EC2::LocalGatewayRouteTableVPCAssociation.Tags`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-tags@Stability(value=Stable) public CfnLocalGatewayRouteTableVPCAssociation build()
build in interface software.amazon.jsii.Builder<CfnLocalGatewayRouteTableVPCAssociation>Copyright © 2020. All rights reserved.