public static interface LocalGatewayRouteTableVpcAssociation.Builder extends SdkPojo, CopyableBuilder<LocalGatewayRouteTableVpcAssociation.Builder,LocalGatewayRouteTableVpcAssociation>
| Modifier and Type | Method and Description |
|---|---|
LocalGatewayRouteTableVpcAssociation.Builder |
localGatewayId(String localGatewayId)
The ID of the local gateway.
|
LocalGatewayRouteTableVpcAssociation.Builder |
localGatewayRouteTableArn(String localGatewayRouteTableArn)
The Amazon Resource Name (ARN) of the local gateway route table for the association.
|
LocalGatewayRouteTableVpcAssociation.Builder |
localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
LocalGatewayRouteTableVpcAssociation.Builder |
localGatewayRouteTableVpcAssociationId(String localGatewayRouteTableVpcAssociationId)
The ID of the association.
|
LocalGatewayRouteTableVpcAssociation.Builder |
ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the local gateway route table for the association.
|
LocalGatewayRouteTableVpcAssociation.Builder |
state(String state)
The state of the association.
|
LocalGatewayRouteTableVpcAssociation.Builder |
tags(Collection<Tag> tags)
The tags assigned to the association.
|
LocalGatewayRouteTableVpcAssociation.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags assigned to the association.
|
LocalGatewayRouteTableVpcAssociation.Builder |
tags(Tag... tags)
The tags assigned to the association.
|
LocalGatewayRouteTableVpcAssociation.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
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 localGatewayRouteTableArn(String localGatewayRouteTableArn)
The Amazon Resource Name (ARN) of the local gateway route table for the association.
localGatewayRouteTableArn - The Amazon Resource Name (ARN) of the local gateway route table for the association.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 ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the local gateway route table for the association.
ownerId - The ID of the Amazon Web Services account that owns the local gateway route table for the association.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 method 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 © 2022. All rights reserved.