public static interface DescribeRouteTablesResponse.Builder extends EC2Response.Builder, CopyableBuilder<DescribeRouteTablesResponse.Builder,DescribeRouteTablesResponse>
| Modifier and Type | Method and Description |
|---|---|
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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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 #routeTables(List) .routeTables - a consumer that will call methods on List.Builder #routeTables(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.