public static interface ListJobRunsResponse.Builder extends EmrContainersResponse.Builder, SdkPojo, CopyableBuilder<ListJobRunsResponse.Builder,ListJobRunsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListJobRunsResponse.Builder |
jobRuns(Collection<JobRun> jobRuns)
This output lists information about the specified job runs.
|
ListJobRunsResponse.Builder |
jobRuns(Consumer<JobRun.Builder>... jobRuns)
This output lists information about the specified job runs.
|
ListJobRunsResponse.Builder |
jobRuns(JobRun... jobRuns)
This output lists information about the specified job runs.
|
ListJobRunsResponse.Builder |
nextToken(String nextToken)
This output displays the token for the next set of job runs.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListJobRunsResponse.Builder jobRuns(Collection<JobRun> jobRuns)
This output lists information about the specified job runs.
jobRuns - This output lists information about the specified job runs.ListJobRunsResponse.Builder jobRuns(JobRun... jobRuns)
This output lists information about the specified job runs.
jobRuns - This output lists information about the specified job runs.ListJobRunsResponse.Builder jobRuns(Consumer<JobRun.Builder>... jobRuns)
This output lists information about the specified job runs.
This is a convenience method that creates an instance of theJobRun.Builder avoiding the need to create one
manually via JobRun.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
JobRun.Builder#jobRuns(java.util.Collection) ListJobRunsResponse.Builder nextToken(String nextToken)
This output displays the token for the next set of job runs.
nextToken - This output displays the token for the next set of job runs.Copyright © 2023. All rights reserved.