static OutpostLag.Builder |
OutpostLag.builder() |
|
OutpostLag.Builder |
OutpostLag.Builder.localGatewayVirtualInterfaceIds(String... localGatewayVirtualInterfaceIds) |
The IDs of the local gateway virtual interfaces associated with the Outpost LAG.
|
OutpostLag.Builder |
OutpostLag.Builder.localGatewayVirtualInterfaceIds(Collection<String> localGatewayVirtualInterfaceIds) |
The IDs of the local gateway virtual interfaces associated with the Outpost LAG.
|
OutpostLag.Builder |
OutpostLag.Builder.outpostArn(String outpostArn) |
The Amazon Resource Number (ARN) of the Outpost LAG.
|
OutpostLag.Builder |
OutpostLag.Builder.outpostLagId(String outpostLagId) |
The ID of the Outpost LAG.
|
OutpostLag.Builder |
OutpostLag.Builder.ownerId(String ownerId) |
The ID of the Outpost LAG owner.
|
OutpostLag.Builder |
OutpostLag.Builder.serviceLinkVirtualInterfaceIds(String... serviceLinkVirtualInterfaceIds) |
The service link virtual interface IDs associated with the Outpost LAG.
|
OutpostLag.Builder |
OutpostLag.Builder.serviceLinkVirtualInterfaceIds(Collection<String> serviceLinkVirtualInterfaceIds) |
The service link virtual interface IDs associated with the Outpost LAG.
|
OutpostLag.Builder |
OutpostLag.Builder.state(String state) |
The current state of the Outpost LAG.
|
OutpostLag.Builder |
OutpostLag.Builder.tags(Collection<Tag> tags) |
The tags associated with the Outpost LAG.
|
OutpostLag.Builder |
OutpostLag.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags associated with the Outpost LAG.
|
OutpostLag.Builder |
OutpostLag.Builder.tags(Tag... tags) |
The tags associated with the Outpost LAG.
|
OutpostLag.Builder |
OutpostLag.toBuilder() |
|