| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| software.amazon.awssdk.services.sfn.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopExecutionResponse> |
SfnAsyncClient.stopExecution(Consumer<StopExecutionRequest.Builder> stopExecutionRequest)
Stops an execution.
|
default StopExecutionResponse |
SfnClient.stopExecution(Consumer<StopExecutionRequest.Builder> stopExecutionRequest)
Stops an execution.
|
| Modifier and Type | Method and Description |
|---|---|
static StopExecutionRequest.Builder |
StopExecutionRequest.builder() |
StopExecutionRequest.Builder |
StopExecutionRequest.Builder.cause(String causeValue)
A more detailed explanation of the cause of the failure.
|
StopExecutionRequest.Builder |
StopExecutionRequest.Builder.error(String error)
The error code of the failure.
|
StopExecutionRequest.Builder |
StopExecutionRequest.Builder.executionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution to stop.
|
StopExecutionRequest.Builder |
StopExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopExecutionRequest.Builder |
StopExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopExecutionRequest.Builder |
StopExecutionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopExecutionRequest.Builder> |
StopExecutionRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.