Interface OutpostLag.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OutpostLag.Builder,
,OutpostLag> SdkBuilder<OutpostLag.Builder,
,OutpostLag> SdkPojo
- Enclosing class:
OutpostLag
@Mutable
@NotThreadSafe
public static interface OutpostLag.Builder
extends SdkPojo, CopyableBuilder<OutpostLag.Builder,OutpostLag>
-
Method Summary
Modifier and TypeMethodDescriptionlocalGatewayVirtualInterfaceIds
(String... localGatewayVirtualInterfaceIds) The IDs of the local gateway virtual interfaces associated with the Outpost LAG.localGatewayVirtualInterfaceIds
(Collection<String> localGatewayVirtualInterfaceIds) The IDs of the local gateway virtual interfaces associated with the Outpost LAG.outpostArn
(String outpostArn) The Amazon Resource Number (ARN) of the Outpost LAG.outpostLagId
(String outpostLagId) The ID of the Outpost LAG.The ID of the Outpost LAG owner.serviceLinkVirtualInterfaceIds
(String... serviceLinkVirtualInterfaceIds) The service link virtual interface IDs associated with the Outpost LAG.serviceLinkVirtualInterfaceIds
(Collection<String> serviceLinkVirtualInterfaceIds) The service link virtual interface IDs associated with the Outpost LAG.The current state of the Outpost LAG.tags
(Collection<Tag> tags) The tags associated with the Outpost LAG.tags
(Consumer<Tag.Builder>... tags) The tags associated with the Outpost LAG.The tags associated with the Outpost LAG.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, sdkFieldNameToField, sdkFields
-
Method Details
-
outpostArn
The Amazon Resource Number (ARN) of the Outpost LAG.
- Parameters:
outpostArn
- The Amazon Resource Number (ARN) of the Outpost LAG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerId
The ID of the Outpost LAG owner.
- Parameters:
ownerId
- The ID of the Outpost LAG owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The current state of the Outpost LAG.
- Parameters:
state
- The current state of the Outpost LAG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outpostLagId
The ID of the Outpost LAG.
- Parameters:
outpostLagId
- The ID of the Outpost LAG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localGatewayVirtualInterfaceIds
OutpostLag.Builder localGatewayVirtualInterfaceIds(Collection<String> localGatewayVirtualInterfaceIds) The IDs of the local gateway virtual interfaces associated with the Outpost LAG.
- Parameters:
localGatewayVirtualInterfaceIds
- The IDs of the local gateway virtual interfaces associated with the Outpost LAG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localGatewayVirtualInterfaceIds
The IDs of the local gateway virtual interfaces associated with the Outpost LAG.
- Parameters:
localGatewayVirtualInterfaceIds
- The IDs of the local gateway virtual interfaces associated with the Outpost LAG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceLinkVirtualInterfaceIds
OutpostLag.Builder serviceLinkVirtualInterfaceIds(Collection<String> serviceLinkVirtualInterfaceIds) The service link virtual interface IDs associated with the Outpost LAG.
- Parameters:
serviceLinkVirtualInterfaceIds
- The service link virtual interface IDs associated with the Outpost LAG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceLinkVirtualInterfaceIds
The service link virtual interface IDs associated with the Outpost LAG.
- Parameters:
serviceLinkVirtualInterfaceIds
- The service link virtual interface IDs associated with the Outpost LAG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the Outpost LAG.
- Parameters:
tags
- The tags associated with the Outpost LAG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the Outpost LAG.
- Parameters:
tags
- The tags associated with the Outpost LAG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the Outpost LAG.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- 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:
-