public static interface BatchStopJobRunRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<BatchStopJobRunRequest.Builder,BatchStopJobRunRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchStopJobRunRequest.Builder |
jobName(String jobName)
The name of the job definition for which to stop job runs.
|
BatchStopJobRunRequest.Builder |
jobRunIds(Collection<String> jobRunIds)
A list of the JobRunIds that should be stopped for that job definition.
|
BatchStopJobRunRequest.Builder |
jobRunIds(String... jobRunIds)
A list of the JobRunIds that should be stopped for that job definition.
|
BatchStopJobRunRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
BatchStopJobRunRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildBatchStopJobRunRequest.Builder jobName(String jobName)
The name of the job definition for which to stop job runs.
jobName - The name of the job definition for which to stop job runs.BatchStopJobRunRequest.Builder jobRunIds(Collection<String> jobRunIds)
A list of the JobRunIds that should be stopped for that job definition.
jobRunIds - A list of the JobRunIds that should be stopped for that job definition.BatchStopJobRunRequest.Builder jobRunIds(String... jobRunIds)
A list of the JobRunIds that should be stopped for that job definition.
jobRunIds - A list of the JobRunIds that should be stopped for that job definition.BatchStopJobRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.BatchStopJobRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.