CopyableBuilder<DescribeRouteTablesResponse.Builder,DescribeRouteTablesResponse>
, SdkBuilder<DescribeRouteTablesResponse.Builder,DescribeRouteTablesResponse>
public static interface DescribeRouteTablesResponse.Builder extends CopyableBuilder<DescribeRouteTablesResponse.Builder,DescribeRouteTablesResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setRouteTables(java.util.Collection)
or #withRouteTables(java.util.Collection)
if you want
to override the existing values.
routeTables
- Information about one or more route tables.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.