CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
, SdkBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
public static interface ListApplicationsRequest.Builder extends CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListApplicationsRequest.Builder |
nextToken(String nextToken) |
An identifier returned from the previous list applications call.
|
copy
apply, build
ListApplicationsRequest.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 Amazon Web Services, Inc. All Rights Reserved.