public static interface DescribeLocalGatewayRouteTablesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeLocalGatewayRouteTablesResponse.Builder,DescribeLocalGatewayRouteTablesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLocalGatewayRouteTablesResponse.Builder |
localGatewayRouteTables(Collection<LocalGatewayRouteTable> localGatewayRouteTables)
Information about the local gateway route tables.
|
DescribeLocalGatewayRouteTablesResponse.Builder |
localGatewayRouteTables(Consumer<LocalGatewayRouteTable.Builder>... localGatewayRouteTables)
Information about the local gateway route tables.
|
DescribeLocalGatewayRouteTablesResponse.Builder |
localGatewayRouteTables(LocalGatewayRouteTable... localGatewayRouteTables)
Information about the local gateway route tables.
|
DescribeLocalGatewayRouteTablesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLocalGatewayRouteTablesResponse.Builder localGatewayRouteTables(Collection<LocalGatewayRouteTable> localGatewayRouteTables)
Information about the local gateway route tables.
localGatewayRouteTables - Information about the local gateway route tables.DescribeLocalGatewayRouteTablesResponse.Builder localGatewayRouteTables(LocalGatewayRouteTable... localGatewayRouteTables)
Information about the local gateway route tables.
localGatewayRouteTables - Information about the local gateway route tables.DescribeLocalGatewayRouteTablesResponse.Builder localGatewayRouteTables(Consumer<LocalGatewayRouteTable.Builder>... localGatewayRouteTables)
Information about the local gateway route tables.
This is a convenience method that creates an instance of theLocalGatewayRouteTable.Builder avoiding the need to create
one manually via LocalGatewayRouteTable.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #localGatewayRouteTables(List.
localGatewayRouteTables - a consumer that will call methods on
LocalGatewayRouteTable.Builder#localGatewayRouteTables(java.util.Collection) DescribeLocalGatewayRouteTablesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2022. All rights reserved.