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 AWS account ID 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 AWS account ID that owns the local gateway.
ownerId - The AWS account ID 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 that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2020. All rights reserved.