public static interface ApplicationsResponse.Builder extends CopyableBuilder<ApplicationsResponse.Builder,ApplicationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ApplicationsResponse.Builder |
item(ApplicationResponse... item)
List of applications returned in this page.
|
ApplicationsResponse.Builder |
item(Collection<ApplicationResponse> item)
List of applications returned in this page.
|
ApplicationsResponse.Builder |
nextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
copyapply, buildApplicationsResponse.Builder item(Collection<ApplicationResponse> item)
item - List of applications returned in this page.ApplicationsResponse.Builder item(ApplicationResponse... item)
item - List of applications returned in this page.ApplicationsResponse.Builder nextToken(String nextToken)
nextToken - The string that you use in a subsequent request to get the next page of results in a paginated
response.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.