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 method that creates an instance of theApplicationSummary.Builder avoiding the need to
create one manually via
ApplicationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #applicationSummaries(List.
applicationSummaries - a consumer that will call methods on
ApplicationSummary.Builder#applicationSummaries(java.util.Collection) 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 © 2023. All rights reserved.