@Stability(value=Stable) public static final class CfnRouteTable.Builder extends Object implements software.amazon.jsii.Builder<CfnRouteTable>
CfnRouteTable.| Modifier and Type | Method and Description |
|---|---|
CfnRouteTable |
build() |
static CfnRouteTable.Builder |
create(software.constructs.Construct scope,
String id) |
CfnRouteTable.Builder |
tags(List<? extends CfnTag> tags)
`AWS::EC2::RouteTable.Tags`.
|
CfnRouteTable.Builder |
vpcId(String vpcId)
`AWS::EC2::RouteTable.VpcId`.
|
@Stability(value=Stable) public static CfnRouteTable.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.CfnRouteTable.Builder.@Stability(value=Stable) public CfnRouteTable.Builder vpcId(String vpcId)
vpcId - `AWS::EC2::RouteTable.VpcId`. This parameter is required.this@Stability(value=Stable) public CfnRouteTable.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::EC2::RouteTable.Tags`. This parameter is required.this@Stability(value=Stable) public CfnRouteTable build()
build in interface software.amazon.jsii.Builder<CfnRouteTable>Copyright © 2021. All rights reserved.