Interface LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder,LocalGatewayRouteTableVirtualInterfaceGroupAssociation>,SdkBuilder<LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder,LocalGatewayRouteTableVirtualInterfaceGroupAssociation>,SdkPojo
- Enclosing class:
- LocalGatewayRouteTableVirtualInterfaceGroupAssociation
public static interface LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder extends SdkPojo, CopyableBuilder<LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder,LocalGatewayRouteTableVirtualInterfaceGroupAssociation>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
localGatewayRouteTableVirtualInterfaceGroupAssociationId
LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder localGatewayRouteTableVirtualInterfaceGroupAssociationId(String localGatewayRouteTableVirtualInterfaceGroupAssociationId)
The ID of the association.
- Parameters:
localGatewayRouteTableVirtualInterfaceGroupAssociationId- The ID of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localGatewayVirtualInterfaceGroupId
LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder localGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)
The ID of the virtual interface group.
- Parameters:
localGatewayVirtualInterfaceGroupId- The ID of the virtual interface group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localGatewayId
LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder localGatewayId(String localGatewayId)
The ID of the local gateway.
- Parameters:
localGatewayId- The ID of the local gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localGatewayRouteTableId
LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
- Parameters:
localGatewayRouteTableId- The ID of the local gateway route table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localGatewayRouteTableArn
LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder localGatewayRouteTableArn(String localGatewayRouteTableArn)
The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.
- Parameters:
localGatewayRouteTableArn- The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerId
LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the local gateway virtual interface group association.
- Parameters:
ownerId- The ID of the Amazon Web Services account that owns the local gateway virtual interface group association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder state(String state)
The state of the association.
- Parameters:
state- The state of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder tags(Collection<Tag> tags)
The tags assigned to the association.
- Parameters:
tags- The tags assigned to the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder tags(Tag... tags)
The tags assigned to the association.
- Parameters:
tags- The tags assigned to the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder tags(Consumer<Tag.Builder>... tags)
The tags assigned to the association.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
-