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 aWorkflowExecutionTerminatedevent and forces closure of the workflow execution identified by the given domain, runId, and workflowId.default TerminateWorkflowExecutionResponseSwfClient. terminateWorkflowExecution(Consumer<TerminateWorkflowExecutionRequest.Builder> terminateWorkflowExecutionRequest)Records aWorkflowExecutionTerminatedevent 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.BuilderTerminateWorkflowExecutionRequest. builder()TerminateWorkflowExecutionRequest.BuilderTerminateWorkflowExecutionRequest.Builder. childPolicy(String childPolicy)If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated.TerminateWorkflowExecutionRequest.BuilderTerminateWorkflowExecutionRequest.Builder. childPolicy(ChildPolicy childPolicy)If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated.TerminateWorkflowExecutionRequest.BuilderTerminateWorkflowExecutionRequest.Builder. details(String details)Details for terminating the workflow execution.TerminateWorkflowExecutionRequest.BuilderTerminateWorkflowExecutionRequest.Builder. domain(String domain)The domain of the workflow execution to terminate.TerminateWorkflowExecutionRequest.BuilderTerminateWorkflowExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TerminateWorkflowExecutionRequest.BuilderTerminateWorkflowExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TerminateWorkflowExecutionRequest.BuilderTerminateWorkflowExecutionRequest.Builder. reason(String reason)A descriptive reason for terminating the workflow execution.TerminateWorkflowExecutionRequest.BuilderTerminateWorkflowExecutionRequest.Builder. runId(String runId)The runId of the workflow execution to terminate.TerminateWorkflowExecutionRequest.BuilderTerminateWorkflowExecutionRequest. toBuilder()TerminateWorkflowExecutionRequest.BuilderTerminateWorkflowExecutionRequest.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()
-