public static interface ListJobRunsResponse.Builder extends DataBrewResponse.Builder, SdkPojo, CopyableBuilder<ListJobRunsResponse.Builder,ListJobRunsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListJobRunsResponse.Builder |
jobRuns(Collection<JobRun> jobRuns)
A list of job runs that have occurred for the specified job.
|
ListJobRunsResponse.Builder |
jobRuns(Consumer<JobRun.Builder>... jobRuns)
A list of job runs that have occurred for the specified job.
|
ListJobRunsResponse.Builder |
jobRuns(JobRun... jobRuns)
A list of job runs that have occurred for the specified job.
|
ListJobRunsResponse.Builder |
nextToken(String nextToken)
A token that you can use in a subsequent call to retrieve the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListJobRunsResponse.Builder jobRuns(Collection<JobRun> jobRuns)
A list of job runs that have occurred for the specified job.
jobRuns - A list of job runs that have occurred for the specified job.ListJobRunsResponse.Builder jobRuns(JobRun... jobRuns)
A list of job runs that have occurred for the specified job.
jobRuns - A list of job runs that have occurred for the specified job.ListJobRunsResponse.Builder jobRuns(Consumer<JobRun.Builder>... jobRuns)
A list of job runs that have occurred for the specified job.
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 #jobRuns(List) .jobRuns - a consumer that will call methods on List.Builder #jobRuns(List) ListJobRunsResponse.Builder nextToken(String nextToken)
A token that you can use in a subsequent call to retrieve the next set of results.
nextToken - A token that you can use in a subsequent call to retrieve the next set of results.Copyright © 2022. All rights reserved.