CopyableBuilder<ListIpRoutesResponse.Builder,ListIpRoutesResponse>, SdkBuilder<ListIpRoutesResponse.Builder,ListIpRoutesResponse>public static interface ListIpRoutesResponse.Builder extends CopyableBuilder<ListIpRoutesResponse.Builder,ListIpRoutesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
ListIpRoutesResponse.Builder |
ipRoutesInfo(Collection<IpRouteInfo> ipRoutesInfo) |
A list of IpRoutes.
|
ListIpRoutesResponse.Builder |
ipRoutesInfo(IpRouteInfo... ipRoutesInfo) |
A list of IpRoutes.
|
ListIpRoutesResponse.Builder |
nextToken(String nextToken) |
If not null, more results are available.
|
copyapply, buildListIpRoutesResponse.Builder ipRoutesInfo(Collection<IpRouteInfo> ipRoutesInfo)
A list of IpRoutes.
ipRoutesInfo - A list of IpRoutes.ListIpRoutesResponse.Builder ipRoutesInfo(IpRouteInfo... ipRoutesInfo)
A list of IpRoutes.
NOTE: This method appends the values to the existing list (if any). Use
#setIpRoutesInfo(java.util.Collection) or #withIpRoutesInfo(java.util.Collection) if you want
to override the existing values.
ipRoutesInfo - A list of IpRoutes.ListIpRoutesResponse.Builder nextToken(String nextToken)
If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to ListIpRoutes to retrieve the next set of items.
nextToken - If not null, more results are available. Pass this value for the NextToken parameter in a
subsequent call to ListIpRoutes to retrieve the next set of items.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.