public static interface ListIpRoutesResponse.Builder extends DirectoryResponse.Builder, CopyableBuilder<ListIpRoutesResponse.Builder,ListIpRoutesResponse>
Modifier and Type | Method and 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.
|
build
copy
apply, build
ListIpRoutesResponse.Builder ipRoutesInfo(Collection<IpRouteInfo> ipRoutesInfo)
A list of IpRoutes.
ipRoutesInfo
- A list of IpRoutes.ListIpRoutesResponse.Builder ipRoutesInfo(IpRouteInfo... ipRoutesInfo)
A list of IpRoutes.
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.