Uses of Interface
software.amazon.awssdk.services.swf.model.TerminateWorkflowExecutionRequest.Builder
-
Packages that use TerminateWorkflowExecutionRequest.Builder Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service software.amazon.awssdk.services.swf.model -
-
Uses of TerminateWorkflowExecutionRequest.Builder in software.amazon.awssdk.services.swf
Method parameters in software.amazon.awssdk.services.swf with type arguments of type TerminateWorkflowExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<TerminateWorkflowExecutionResponse>
SwfAsyncClient. terminateWorkflowExecution(Consumer<TerminateWorkflowExecutionRequest.Builder> terminateWorkflowExecutionRequest)
Records aWorkflowExecutionTerminated
event and forces closure of the workflow execution identified by the given domain, runId, and workflowId.default TerminateWorkflowExecutionResponse
SwfClient. terminateWorkflowExecution(Consumer<TerminateWorkflowExecutionRequest.Builder> terminateWorkflowExecutionRequest)
Records aWorkflowExecutionTerminated
event and forces closure of the workflow execution identified by the given domain, runId, and workflowId. -
Uses of TerminateWorkflowExecutionRequest.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return TerminateWorkflowExecutionRequest.Builder Modifier and Type Method Description static TerminateWorkflowExecutionRequest.Builder
TerminateWorkflowExecutionRequest. builder()
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. 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. 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
TerminateWorkflowExecutionRequest.Builder
TerminateWorkflowExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
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.Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type TerminateWorkflowExecutionRequest.Builder Modifier and Type Method Description static Class<? extends TerminateWorkflowExecutionRequest.Builder>
TerminateWorkflowExecutionRequest. serializableBuilderClass()
-