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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutpostLag.BuilderlocalGatewayVirtualInterfaceIds(String... localGatewayVirtualInterfaceIds)The IDs of the local gateway virtual interfaces associated with the Outpost LAG.OutpostLag.BuilderlocalGatewayVirtualInterfaceIds(Collection<String> localGatewayVirtualInterfaceIds)The IDs of the local gateway virtual interfaces associated with the Outpost LAG.OutpostLag.BuilderoutpostArn(String outpostArn)The Amazon Resource Number (ARN) of the Outpost LAG.OutpostLag.BuilderoutpostLagId(String outpostLagId)The ID of the Outpost LAG.OutpostLag.BuilderownerId(String ownerId)The ID of the Outpost LAG owner.OutpostLag.BuilderserviceLinkVirtualInterfaceIds(String... serviceLinkVirtualInterfaceIds)The service link virtual interface IDs associated with the Outpost LAG.OutpostLag.BuilderserviceLinkVirtualInterfaceIds(Collection<String> serviceLinkVirtualInterfaceIds)The service link virtual interface IDs associated with the Outpost LAG.OutpostLag.Builderstate(String state)The current state of the Outpost LAG.OutpostLag.Buildertags(Collection<Tag> tags)The tags associated with the Outpost LAG.OutpostLag.Buildertags(Consumer<Tag.Builder>... tags)The tags associated with the Outpost LAG.OutpostLag.Buildertags(Tag... tags)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 Detail
-
outpostArn
OutpostLag.Builder outpostArn(String 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
OutpostLag.Builder ownerId(String 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
OutpostLag.Builder state(String 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
OutpostLag.Builder outpostLagId(String 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
OutpostLag.Builder localGatewayVirtualInterfaceIds(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.
-
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
OutpostLag.Builder serviceLinkVirtualInterfaceIds(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.
-
tags
OutpostLag.Builder tags(Collection<Tag> 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
OutpostLag.Builder tags(Tag... 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
OutpostLag.Builder tags(Consumer<Tag.Builder>... tags)
The tags associated with the Outpost LAG.
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)
-
-