public static interface BatchStopJobRunRequest.Builder extends GlueRequest.Builder, CopyableBuilder<BatchStopJobRunRequest.Builder,BatchStopJobRunRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchStopJobRunRequest.Builder |
jobName(String jobName)
The name of the job whose job runs are to be stopped.
|
BatchStopJobRunRequest.Builder |
jobRunIds(Collection<String> jobRunIds)
A list of job run Ids of the given job to be stopped.
|
BatchStopJobRunRequest.Builder |
jobRunIds(String... jobRunIds)
A list of job run Ids of the given job to be stopped.
|
BatchStopJobRunRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
BatchStopJobRunRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildBatchStopJobRunRequest.Builder jobName(String jobName)
The name of the job whose job runs are to be stopped.
jobName - The name of the job whose job runs are to be stopped.BatchStopJobRunRequest.Builder jobRunIds(Collection<String> jobRunIds)
A list of job run Ids of the given job to be stopped.
jobRunIds - A list of job run Ids of the given job to be stopped.BatchStopJobRunRequest.Builder jobRunIds(String... jobRunIds)
A list of job run Ids of the given job to be stopped.
jobRunIds - A list of job run Ids of the given job to be stopped.BatchStopJobRunRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.BatchStopJobRunRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.