public static interface ListJobRunsResponse.Builder extends EmrServerlessResponse.Builder, SdkPojo, CopyableBuilder<ListJobRunsResponse.Builder,ListJobRunsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListJobRunsResponse.Builder |
jobRuns(Collection<JobRunSummary> jobRuns)
The output lists information about the specified job runs.
|
ListJobRunsResponse.Builder |
jobRuns(Consumer<JobRunSummary.Builder>... jobRuns)
The output lists information about the specified job runs.
|
ListJobRunsResponse.Builder |
jobRuns(JobRunSummary... jobRuns)
The output lists information about the specified job runs.
|
ListJobRunsResponse.Builder |
nextToken(String nextToken)
The output displays the token for the next set of job run results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListJobRunsResponse.Builder jobRuns(Collection<JobRunSummary> jobRuns)
The output lists information about the specified job runs.
jobRuns - The output lists information about the specified job runs.ListJobRunsResponse.Builder jobRuns(JobRunSummary... jobRuns)
The output lists information about the specified job runs.
jobRuns - The output lists information about the specified job runs.ListJobRunsResponse.Builder jobRuns(Consumer<JobRunSummary.Builder>... jobRuns)
The output lists information about the specified job runs.
This is a convenience method that creates an instance of theJobRunSummary.Builder avoiding the need to create
one manually via JobRunSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #jobRuns(List.
jobRuns - a consumer that will call methods on
JobRunSummary.Builder#jobRuns(java.util.Collection) ListJobRunsResponse.Builder nextToken(String nextToken)
The output displays the token for the next set of job run 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 job run results. This is required for pagination and
is available as a response of the previous request.Copyright © 2023. All rights reserved.