public static interface LocalGatewayRouteTable.Builder extends SdkPojo, CopyableBuilder<LocalGatewayRouteTable.Builder,LocalGatewayRouteTable>
| Modifier and Type | Method and Description |
|---|---|
LocalGatewayRouteTable.Builder |
localGatewayId(String localGatewayId)
The ID of the local gateway.
|
LocalGatewayRouteTable.Builder |
localGatewayRouteTableArn(String localGatewayRouteTableArn)
The Amazon Resource Name (ARN) of the local gateway route table.
|
LocalGatewayRouteTable.Builder |
localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
LocalGatewayRouteTable.Builder |
outpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
|
LocalGatewayRouteTable.Builder |
ownerId(String ownerId)
The AWS account ID that owns the local gateway route table.
|
LocalGatewayRouteTable.Builder |
state(String state)
The state of the local gateway route table.
|
LocalGatewayRouteTable.Builder |
tags(Collection<Tag> tags)
The tags assigned to the local gateway route table.
|
LocalGatewayRouteTable.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags assigned to the local gateway route table.
|
LocalGatewayRouteTable.Builder |
tags(Tag... tags)
The tags assigned to the local gateway route table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLocalGatewayRouteTable.Builder localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId - The ID of the local gateway route table.LocalGatewayRouteTable.Builder localGatewayRouteTableArn(String localGatewayRouteTableArn)
The Amazon Resource Name (ARN) of the local gateway route table.
localGatewayRouteTableArn - The Amazon Resource Name (ARN) of the local gateway route table.LocalGatewayRouteTable.Builder localGatewayId(String localGatewayId)
The ID of the local gateway.
localGatewayId - The ID of the local gateway.LocalGatewayRouteTable.Builder outpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
outpostArn - The Amazon Resource Name (ARN) of the Outpost.LocalGatewayRouteTable.Builder ownerId(String ownerId)
The AWS account ID that owns the local gateway route table.
ownerId - The AWS account ID that owns the local gateway route table.LocalGatewayRouteTable.Builder state(String state)
The state of the local gateway route table.
state - The state of the local gateway route table.LocalGatewayRouteTable.Builder tags(Collection<Tag> tags)
The tags assigned to the local gateway route table.
tags - The tags assigned to the local gateway route table.LocalGatewayRouteTable.Builder tags(Tag... tags)
The tags assigned to the local gateway route table.
tags - The tags assigned to the local gateway route table.LocalGatewayRouteTable.Builder tags(Consumer<Tag.Builder>... tags)
The tags assigned to the local gateway route table.
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 © 2021. All rights reserved.