public static interface BatchGetJobsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<BatchGetJobsResponse.Builder,BatchGetJobsResponse>
Modifier and Type | Method and Description |
---|---|
BatchGetJobsResponse.Builder |
jobs(Collection<Job> jobs)
A list of job definitions.
|
BatchGetJobsResponse.Builder |
jobs(Consumer<Job.Builder>... jobs)
A list of job definitions.
|
BatchGetJobsResponse.Builder |
jobs(Job... jobs)
A list of job definitions.
|
BatchGetJobsResponse.Builder |
jobsNotFound(Collection<String> jobsNotFound)
A list of names of jobs not found.
|
BatchGetJobsResponse.Builder |
jobsNotFound(String... jobsNotFound)
A list of names of jobs not found.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
BatchGetJobsResponse.Builder jobs(Collection<Job> jobs)
A list of job definitions.
jobs
- A list of job definitions.BatchGetJobsResponse.Builder jobs(Job... jobs)
A list of job definitions.
jobs
- A list of job definitions.BatchGetJobsResponse.Builder jobs(Consumer<Job.Builder>... jobs)
A list of job definitions.
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 #jobs(List)
.jobs
- a consumer that will call methods on List.Builder
#jobs(List)
BatchGetJobsResponse.Builder jobsNotFound(Collection<String> jobsNotFound)
A list of names of jobs not found.
jobsNotFound
- A list of names of jobs not found.BatchGetJobsResponse.Builder jobsNotFound(String... jobsNotFound)
A list of names of jobs not found.
jobsNotFound
- A list of names of jobs not found.Copyright © 2020. All rights reserved.