public static interface LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder extends SdkPojo, CopyableBuilder<LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder,LocalGatewayRouteTableVirtualInterfaceGroupAssociation>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder localGatewayRouteTableVirtualInterfaceGroupAssociationId(String localGatewayRouteTableVirtualInterfaceGroupAssociationId)
The ID of the association.
localGatewayRouteTableVirtualInterfaceGroupAssociationId - The ID of the association.LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder localGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)
The ID of the virtual interface group.
localGatewayVirtualInterfaceGroupId - The ID of the virtual interface group.LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder localGatewayId(String localGatewayId)
The ID of the local gateway.
localGatewayId - The ID of the local gateway.LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId - The ID of the local gateway route table.LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder localGatewayRouteTableArn(String localGatewayRouteTableArn)
The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.
localGatewayRouteTableArn - The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder ownerId(String ownerId)
The AWS account ID that owns the local gateway virtual interface group association.
ownerId - The AWS account ID that owns the local gateway virtual interface group association.LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder state(String state)
The state of the association.
state - The state of the association.LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder tags(Collection<Tag> tags)
The tags assigned to the association.
tags - The tags assigned to the association.LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder tags(Tag... tags)
The tags assigned to the association.
tags - The tags assigned to the association.LocalGatewayRouteTableVirtualInterfaceGroupAssociation.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 © 2021. All rights reserved.