public static interface ListApplicationsRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsRequest.Builder |
nextToken(String nextToken)
An identifier returned from the previous list applications call.
|
copyapply, buildListApplicationsRequest.Builder nextToken(String nextToken)
An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.
nextToken - An identifier returned from the previous list applications call. It can be used to return the next set
of applications in the list.Copyright © 2017. All rights reserved.