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 |
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 |
state(String state)
The state of 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 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 state(String state)
The state of the local gateway route table.
state
- The state of the local gateway route table.Copyright © 2019. All rights reserved.