| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchStopJobRunResponse> |
GlueAsyncClient.batchStopJobRun(Consumer<BatchStopJobRunRequest.Builder> batchStopJobRunRequest)
Stops one or more job runs for a specified job definition.
|
default BatchStopJobRunResponse |
GlueClient.batchStopJobRun(Consumer<BatchStopJobRunRequest.Builder> batchStopJobRunRequest)
Stops one or more job runs for a specified job definition.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchStopJobRunRequest.Builder |
BatchStopJobRunRequest.builder() |
BatchStopJobRunRequest.Builder |
BatchStopJobRunRequest.Builder.jobName(String jobName)
The name of the job definition for which to stop job runs.
|
BatchStopJobRunRequest.Builder |
BatchStopJobRunRequest.Builder.jobRunIds(Collection<String> jobRunIds)
A list of the
JobRunIds that should be stopped for that job definition. |
BatchStopJobRunRequest.Builder |
BatchStopJobRunRequest.Builder.jobRunIds(String... jobRunIds)
A list of the
JobRunIds that should be stopped for that job definition. |
BatchStopJobRunRequest.Builder |
BatchStopJobRunRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchStopJobRunRequest.Builder |
BatchStopJobRunRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchStopJobRunRequest.Builder |
BatchStopJobRunRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchStopJobRunRequest.Builder> |
BatchStopJobRunRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.