CopyableBuilder<ListApplicationsResponse.Builder,ListApplicationsResponse>, SdkBuilder<ListApplicationsResponse.Builder,ListApplicationsResponse>public static interface ListApplicationsResponse.Builder extends CopyableBuilder<ListApplicationsResponse.Builder,ListApplicationsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
ListApplicationsResponse.Builder |
applications(String... applications) |
A list of application names.
|
ListApplicationsResponse.Builder |
applications(Collection<String> applications) |
A list of application names.
|
ListApplicationsResponse.Builder |
nextToken(String nextToken) |
If a large amount of information is returned, an identifier is also returned.
|
copyapply, buildListApplicationsResponse.Builder applications(Collection<String> applications)
A list of application names.
applications - A list of application names.ListApplicationsResponse.Builder applications(String... applications)
A list of application names.
NOTE: This method appends the values to the existing list (if any). Use
#setApplications(java.util.Collection) or #withApplications(java.util.Collection) if you want
to override the existing values.
applications - A list of application names.ListApplicationsResponse.Builder nextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.
nextToken - If a large amount of information is returned, an identifier is also returned. It can be used in a
subsequent list applications call to return the next set of applications, will also be returned. in
the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.