public static interface ListApplicationsResponse.Builder extends EmrServerlessResponse.Builder, SdkPojo, CopyableBuilder<ListApplicationsResponse.Builder,ListApplicationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsResponse.Builder |
applications(ApplicationSummary... applications)
The output lists the specified applications.
|
ListApplicationsResponse.Builder |
applications(Collection<ApplicationSummary> applications)
The output lists the specified applications.
|
ListApplicationsResponse.Builder |
applications(Consumer<ApplicationSummary.Builder>... applications)
The output lists the specified applications.
|
ListApplicationsResponse.Builder |
nextToken(String nextToken)
The output displays the token for the next set of application results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationsResponse.Builder applications(Collection<ApplicationSummary> applications)
The output lists the specified applications.
applications - The output lists the specified applications.ListApplicationsResponse.Builder applications(ApplicationSummary... applications)
The output lists the specified applications.
applications - The output lists the specified applications.ListApplicationsResponse.Builder applications(Consumer<ApplicationSummary.Builder>... applications)
The output lists the specified applications.
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 #applications(List.
applications - a consumer that will call methods on
ApplicationSummary.Builder#applications(java.util.Collection) ListApplicationsResponse.Builder nextToken(String nextToken)
The output displays the token for the next set of application results. This is required for pagination and is available as a response of the previous request.
nextToken - The output displays the token for the next set of application results. This is required for pagination
and is available as a response of the previous request.Copyright © 2023. All rights reserved.