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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetJobsResponse.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 method that creates an instance of theJob.Builder avoiding the need to create one manually via
Job.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #jobs(List.
jobs - a consumer that will call methods on Job.Builder#jobs(java.util.Collection) 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 © 2023. All rights reserved.