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) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
BatchGetJobsRequest.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.Builder
BatchGetJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.