@Stability(value=External) public static final class CfnLocalGatewayRouteTableVPCAssociation.Builder extends Object
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=External) 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=External) public CfnLocalGatewayRouteTableVPCAssociation.Builder localGatewayRouteTableId(String localGatewayRouteTableId)
localGatewayRouteTableId
- `AWS::EC2::LocalGatewayRouteTableVPCAssociation.LocalGatewayRouteTableId`. This parameter is required.this
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-localgatewayroutetableid
@Stability(value=External) public CfnLocalGatewayRouteTableVPCAssociation.Builder vpcId(String vpcId)
vpcId
- `AWS::EC2::LocalGatewayRouteTableVPCAssociation.VpcId`. This parameter is required.this
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-vpcid
@Stability(value=External) public CfnLocalGatewayRouteTableVPCAssociation.Builder tags(CfnLocalGatewayRouteTableVPCAssociation.TagsProperty tags)
tags
- `AWS::EC2::LocalGatewayRouteTableVPCAssociation.Tags`. This parameter is required.this
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevpcassociation.html#cfn-ec2-localgatewayroutetablevpcassociation-tags
@Stability(value=External) public CfnLocalGatewayRouteTableVPCAssociation build()
Copyright © 2020. All rights reserved.