public static final class CfnLocalGatewayRouteTableVPCAssociationProps.Builder
extends java.lang.Object
CfnLocalGatewayRouteTableVPCAssociationProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnLocalGatewayRouteTableVPCAssociationProps |
build()
Builds the configured instance.
|
CfnLocalGatewayRouteTableVPCAssociationProps.Builder |
localGatewayRouteTableId(java.lang.String localGatewayRouteTableId)
|
CfnLocalGatewayRouteTableVPCAssociationProps.Builder |
tags(java.util.List<? extends CfnTag> tags)
Sets the value of
CfnLocalGatewayRouteTableVPCAssociationProps.getTags() |
CfnLocalGatewayRouteTableVPCAssociationProps.Builder |
vpcId(java.lang.String vpcId)
Sets the value of
CfnLocalGatewayRouteTableVPCAssociationProps.getVpcId() |
public CfnLocalGatewayRouteTableVPCAssociationProps.Builder localGatewayRouteTableId(java.lang.String localGatewayRouteTableId)
localGatewayRouteTableId
- The ID of the local gateway route table. This parameter is required.this
public CfnLocalGatewayRouteTableVPCAssociationProps.Builder vpcId(java.lang.String vpcId)
CfnLocalGatewayRouteTableVPCAssociationProps.getVpcId()
vpcId
- The ID of the VPC. This parameter is required.this
public CfnLocalGatewayRouteTableVPCAssociationProps.Builder tags(java.util.List<? extends CfnTag> tags)
CfnLocalGatewayRouteTableVPCAssociationProps.getTags()
tags
- The tags assigned to the association.this
public CfnLocalGatewayRouteTableVPCAssociationProps build()
CfnLocalGatewayRouteTableVPCAssociationProps
java.lang.NullPointerException
- if any required attribute was not provided