public static interface DescribeRouteTablesResponse.Builder extends EC2Response.Builder, software.amazon.awssdk.utils.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(RouteTable... routeTables)
Information about one or more route tables.
|
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.Copyright © 2017. All rights reserved.