| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopWorkflowRunResponse> |
GlueAsyncClient.stopWorkflowRun(Consumer<StopWorkflowRunRequest.Builder> stopWorkflowRunRequest)
Stops the execution of the specified workflow run.
|
default StopWorkflowRunResponse |
GlueClient.stopWorkflowRun(Consumer<StopWorkflowRunRequest.Builder> stopWorkflowRunRequest)
Stops the execution of the specified workflow run.
|
| Modifier and Type | Method and Description |
|---|---|
static StopWorkflowRunRequest.Builder |
StopWorkflowRunRequest.builder() |
StopWorkflowRunRequest.Builder |
StopWorkflowRunRequest.Builder.name(String name)
The name of the workflow to stop.
|
StopWorkflowRunRequest.Builder |
StopWorkflowRunRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopWorkflowRunRequest.Builder |
StopWorkflowRunRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopWorkflowRunRequest.Builder |
StopWorkflowRunRequest.Builder.runId(String runId)
The ID of the workflow run to stop.
|
StopWorkflowRunRequest.Builder |
StopWorkflowRunRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopWorkflowRunRequest.Builder> |
StopWorkflowRunRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.