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 |
mode(LocalGatewayRouteTableMode mode)
The mode of the local gateway route table.
|
LocalGatewayRouteTable.Builder |
mode(String mode)
The mode 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.
|
default LocalGatewayRouteTable.Builder |
stateReason(Consumer<StateReason.Builder> stateReason)
Information about the state change.
|
LocalGatewayRouteTable.Builder |
stateReason(StateReason stateReason)
Information about the state change.
|
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 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 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) LocalGatewayRouteTable.Builder mode(String mode)
The mode of the local gateway route table.
mode - The mode of the local gateway route table.LocalGatewayRouteTableMode,
LocalGatewayRouteTableModeLocalGatewayRouteTable.Builder mode(LocalGatewayRouteTableMode mode)
The mode of the local gateway route table.
mode - The mode of the local gateway route table.LocalGatewayRouteTableMode,
LocalGatewayRouteTableModeLocalGatewayRouteTable.Builder stateReason(StateReason stateReason)
Information about the state change.
stateReason - Information about the state change.default LocalGatewayRouteTable.Builder stateReason(Consumer<StateReason.Builder> stateReason)
Information about the state change.
This is a convenience method that creates an instance of theStateReason.Builder avoiding the need to
create one manually via StateReason.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to stateReason(StateReason).
stateReason - a consumer that will call methods on StateReason.BuilderstateReason(StateReason)Copyright © 2023. All rights reserved.