public static interface ListApplicationsResponse.Builder extends IoTFleetHubResponse.Builder, SdkPojo, CopyableBuilder<ListApplicationsResponse.Builder,ListApplicationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsResponse.Builder |
applicationSummaries(ApplicationSummary... applicationSummaries)
An array of objects that provide summaries of information about the web applications in the list.
|
ListApplicationsResponse.Builder |
applicationSummaries(Collection<ApplicationSummary> applicationSummaries)
An array of objects that provide summaries of information about the web applications in the list.
|
ListApplicationsResponse.Builder |
applicationSummaries(Consumer<ApplicationSummary.Builder>... applicationSummaries)
An array of objects that provide summaries of information about the web applications in the list.
|
ListApplicationsResponse.Builder |
nextToken(String nextToken)
A token used to get the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationsResponse.Builder applicationSummaries(Collection<ApplicationSummary> applicationSummaries)
An array of objects that provide summaries of information about the web applications in the list.
applicationSummaries - An array of objects that provide summaries of information about the web applications in the list.ListApplicationsResponse.Builder applicationSummaries(ApplicationSummary... applicationSummaries)
An array of objects that provide summaries of information about the web applications in the list.
applicationSummaries - An array of objects that provide summaries of information about the web applications in the list.ListApplicationsResponse.Builder applicationSummaries(Consumer<ApplicationSummary.Builder>... applicationSummaries)
An array of objects that provide summaries of information about the web applications in the list.
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 #applicationSummaries(List) .applicationSummaries - a consumer that will call methods on List.Builder #applicationSummaries(List) ListApplicationsResponse.Builder nextToken(String nextToken)
A token used to get the next set of results.
nextToken - A token used to get the next set of results.Copyright © 2021. All rights reserved.