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