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 ID of the Amazon Web Services account that owns the local gateway virtual interface group association.
ownerId - The ID of the Amazon Web Services account 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 method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) Copyright © 2022. All rights reserved.