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.
|
build
requestOverrideConfig
copy
apply, build
BatchStopJobRunRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.BatchStopJobRunRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.