@Stability(value=Stable) public static final class CfnRouteTableProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRouteTableProps>
CfnRouteTableProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRouteTableProps |
build()
Builds the configured instance.
|
CfnRouteTableProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnRouteTableProps.getTags() |
CfnRouteTableProps.Builder |
vpcId(String vpcId)
Sets the value of
CfnRouteTableProps.getVpcId() |
@Stability(value=Stable) public CfnRouteTableProps.Builder vpcId(String vpcId)
CfnRouteTableProps.getVpcId()vpcId - The ID of the VPC. This parameter is required.this@Stability(value=Stable) public CfnRouteTableProps.Builder tags(List<? extends CfnTag> tags)
CfnRouteTableProps.getTags()tags - Any tags assigned to the route table.this@Stability(value=Stable) public CfnRouteTableProps build()
build in interface software.amazon.jsii.Builder<CfnRouteTableProps>CfnRouteTablePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.