public static interface LocalGatewayRouteTableVpcAssociation.Builder extends SdkPojo, CopyableBuilder<LocalGatewayRouteTableVpcAssociation.Builder,LocalGatewayRouteTableVpcAssociation>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLocalGatewayRouteTableVpcAssociation.Builder localGatewayRouteTableVpcAssociationId(String localGatewayRouteTableVpcAssociationId)
The ID of the association.
localGatewayRouteTableVpcAssociationId - The ID of the association.LocalGatewayRouteTableVpcAssociation.Builder localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId - The ID of the local gateway route table.LocalGatewayRouteTableVpcAssociation.Builder localGatewayId(String localGatewayId)
The ID of the local gateway.
localGatewayId - The ID of the local gateway.LocalGatewayRouteTableVpcAssociation.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.LocalGatewayRouteTableVpcAssociation.Builder state(String state)
The state of the association.
state - The state of the association.LocalGatewayRouteTableVpcAssociation.Builder tags(Collection<Tag> tags)
The tags assigned to the association.
tags - The tags assigned to the association.LocalGatewayRouteTableVpcAssociation.Builder tags(Tag... tags)
The tags assigned to the association.
tags - The tags assigned to the association.LocalGatewayRouteTableVpcAssociation.Builder tags(Consumer<Tag.Builder>... tags)
The tags assigned to the association.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2020. All rights reserved.