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 ID of the Amazon Web Services account 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, sdkFields
copy
applyMutation, build
LocalGatewayRouteTable.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 ID of the Amazon Web Services account that owns the local gateway route table.
ownerId
- The ID of the Amazon Web Services account 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 method 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 © 2022. All rights reserved.