public static interface ListAppsResponse.Builder extends SmsResponse.Builder, SdkPojo, CopyableBuilder<ListAppsResponse.Builder,ListAppsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAppsResponse.Builder |
apps(AppSummary... apps)
A list of application summaries.
|
ListAppsResponse.Builder |
apps(Collection<AppSummary> apps)
A list of application summaries.
|
ListAppsResponse.Builder |
apps(Consumer<AppSummary.Builder>... apps)
A list of application summaries.
|
ListAppsResponse.Builder |
nextToken(String nextToken)
The token required to retrieve the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppsResponse.Builder apps(Collection<AppSummary> apps)
A list of application summaries.
apps - A list of application summaries.ListAppsResponse.Builder apps(AppSummary... apps)
A list of application summaries.
apps - A list of application summaries.ListAppsResponse.Builder apps(Consumer<AppSummary.Builder>... apps)
A list of application summaries.
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 #apps(List) .apps - a consumer that will call methods on List.Builder #apps(List) ListAppsResponse.Builder nextToken(String nextToken)
The token required to retrieve the next set of results. This value is null when there are no more results to return.
nextToken - The token required to retrieve the next set of results. This value is null when there are no more
results to return.Copyright © 2019. All rights reserved.