Class CfnRouteTable.Builder
java.lang.Object
software.amazon.awscdk.services.ec2.CfnRouteTable.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouteTable>
- Enclosing class:
CfnRouteTable
@Stability(Stable)
public static final class CfnRouteTable.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouteTable>
A fluent builder for
CfnRouteTable
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnRouteTable.Builder
Any tags assigned to the route table.The ID of the VPC.
-
Method Details
-
create
@Stability(Stable) public static CfnRouteTable.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnRouteTable.Builder
.
-
vpcId
The ID of the VPC.- Parameters:
vpcId
- The ID of the VPC. This parameter is required.- Returns:
this
- See Also:
-
tags
Any tags assigned to the route table.- Parameters:
tags
- Any tags assigned to the route table. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnRouteTable>
- Returns:
- a newly built instance of
CfnRouteTable
.
-