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.BuilderAny tags assigned to the route table.The ID of the VPC.
-
Method Details
-
create
- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
- 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
-
tags
Any tags assigned to the route table.- Parameters:
tags- Any tags assigned to the route table. This parameter is required.- Returns:
this
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouteTable>- Returns:
- a newly built instance of
CfnRouteTable.
-