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(RouteTable... routeTables)
Information about one or more route tables.
|
build
copy
apply, build
DescribeRouteTablesResponse.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 Amazon Web Services, Inc. All Rights Reserved.