@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)
Any tags assigned to the route table.
|
CfnRouteTable.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
@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 - The ID of the VPC. This parameter is required.this@Stability(value=Stable) public CfnRouteTable.Builder tags(List<? extends CfnTag> tags)
tags - Any tags assigned to the route table. This parameter is required.this@Stability(value=Stable) public CfnRouteTable build()
build in interface software.amazon.jsii.Builder<CfnRouteTable>Copyright © 2022. All rights reserved.