public static interface DescribeRouteTablesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeRouteTablesResponse.Builder,DescribeRouteTablesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeRouteTablesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeRouteTablesResponse.Builder |
routeTables(Collection<RouteTable> routeTables)
Information about one or more route tables.
|
DescribeRouteTablesResponse.Builder |
routeTables(Consumer<RouteTable.Builder>... routeTables)
Information about one or more route tables.
|
DescribeRouteTablesResponse.Builder |
routeTables(RouteTable... routeTables)
Information about one or more route tables.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRouteTablesResponse.Builder routeTables(Collection<RouteTable> routeTables)
Information about one or more route tables.
routeTables - Information about one or more route tables.DescribeRouteTablesResponse.Builder routeTables(RouteTable... routeTables)
Information about one or more route tables.
routeTables - Information about one or more route tables.DescribeRouteTablesResponse.Builder routeTables(Consumer<RouteTable.Builder>... routeTables)
Information about one or more route tables.
This is a convenience method that creates an instance of theRouteTable.Builder avoiding the need to create one manually
via RouteTable.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #routeTables(List.
routeTables - a consumer that will call methods on
RouteTable.Builder#routeTables(java.util.Collection) DescribeRouteTablesResponse.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.