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(Consumer<IpRouteInfo.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListIpRoutesResponse.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 ipRoutesInfo(Consumer<IpRouteInfo.Builder>... ipRoutesInfo)
A list of IpRoutes.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #ipRoutesInfo(List) .ipRoutesInfo - a consumer that will call methods on List.Builder #ipRoutesInfo(List) 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.