public static interface LocalGateway.Builder extends SdkPojo, CopyableBuilder<LocalGateway.Builder,LocalGateway>
| Modifier and Type | Method and Description |
|---|---|
LocalGateway.Builder |
localGatewayId(String localGatewayId)
The ID of the local gateway.
|
LocalGateway.Builder |
outpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
|
LocalGateway.Builder |
ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the local gateway.
|
LocalGateway.Builder |
state(String state)
The state of the local gateway.
|
LocalGateway.Builder |
tags(Collection<Tag> tags)
The tags assigned to the local gateway.
|
LocalGateway.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags assigned to the local gateway.
|
LocalGateway.Builder |
tags(Tag... tags)
The tags assigned to the local gateway.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLocalGateway.Builder localGatewayId(String localGatewayId)
The ID of the local gateway.
localGatewayId - The ID of the local gateway.LocalGateway.Builder outpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
outpostArn - The Amazon Resource Name (ARN) of the Outpost.LocalGateway.Builder ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the local gateway.
ownerId - The ID of the Amazon Web Services account that owns the local gateway.LocalGateway.Builder state(String state)
The state of the local gateway.
state - The state of the local gateway.LocalGateway.Builder tags(Collection<Tag> tags)
The tags assigned to the local gateway.
tags - The tags assigned to the local gateway.LocalGateway.Builder tags(Tag... tags)
The tags assigned to the local gateway.
tags - The tags assigned to the local gateway.LocalGateway.Builder tags(Consumer<Tag.Builder>... tags)
The tags assigned to the local gateway.
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.