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) |
BatchStopJobRunRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderBatchStopJobRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.