public static interface BatchGetJobsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<BatchGetJobsRequest.Builder,BatchGetJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetJobsRequest.Builder |
jobNames(Collection<String> jobNames)
A list of job names, which might be the names returned from the
ListJobs operation. |
BatchGetJobsRequest.Builder |
jobNames(String... jobNames)
A list of job names, which might be the names returned from the
ListJobs operation. |
BatchGetJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetJobsRequest.Builder jobNames(Collection<String> jobNames)
A list of job names, which might be the names returned from the ListJobs operation.
jobNames - A list of job names, which might be the names returned from the ListJobs operation.BatchGetJobsRequest.Builder jobNames(String... jobNames)
A list of job names, which might be the names returned from the ListJobs operation.
jobNames - A list of job names, which might be the names returned from the ListJobs operation.BatchGetJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.