| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
default TerminateWorkflowExecutionResponse |
SwfClient.terminateWorkflowExecution(Consumer<TerminateWorkflowExecutionRequest.Builder> terminateWorkflowExecutionRequest)
Records a
WorkflowExecutionTerminated event and forces closure of the workflow execution identified
by the given domain, runId, and workflowId. |
default CompletableFuture<TerminateWorkflowExecutionResponse> |
SwfAsyncClient.terminateWorkflowExecution(Consumer<TerminateWorkflowExecutionRequest.Builder> terminateWorkflowExecutionRequest)
Records a
WorkflowExecutionTerminated event and forces closure of the workflow execution identified
by the given domain, runId, and workflowId. |
| Modifier and Type | Method and Description |
|---|---|
static TerminateWorkflowExecutionRequest.Builder |
TerminateWorkflowExecutionRequest.builder() |
TerminateWorkflowExecutionRequest.Builder |
TerminateWorkflowExecutionRequest.Builder.childPolicy(ChildPolicy childPolicy)
If set, specifies the policy to use for the child workflow executions of the workflow execution being
terminated.
|
TerminateWorkflowExecutionRequest.Builder |
TerminateWorkflowExecutionRequest.Builder.childPolicy(String childPolicy)
If set, specifies the policy to use for the child workflow executions of the workflow execution being
terminated.
|
TerminateWorkflowExecutionRequest.Builder |
TerminateWorkflowExecutionRequest.Builder.details(String details)
Details for terminating the workflow execution.
|
TerminateWorkflowExecutionRequest.Builder |
TerminateWorkflowExecutionRequest.Builder.domain(String domain)
The domain of the workflow execution to terminate.
|
TerminateWorkflowExecutionRequest.Builder |
TerminateWorkflowExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TerminateWorkflowExecutionRequest.Builder |
TerminateWorkflowExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TerminateWorkflowExecutionRequest.Builder |
TerminateWorkflowExecutionRequest.Builder.reason(String reason)
A descriptive reason for terminating the workflow execution.
|
TerminateWorkflowExecutionRequest.Builder |
TerminateWorkflowExecutionRequest.Builder.runId(String runId)
The runId of the workflow execution to terminate.
|
TerminateWorkflowExecutionRequest.Builder |
TerminateWorkflowExecutionRequest.toBuilder() |
TerminateWorkflowExecutionRequest.Builder |
TerminateWorkflowExecutionRequest.Builder.workflowId(String workflowId)
The workflowId of the workflow execution to terminate.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TerminateWorkflowExecutionRequest.Builder> |
TerminateWorkflowExecutionRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.