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 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)
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 © 2023. All rights reserved.