| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| 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)
Optional. 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.reason(String reason)
Optional. 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 © 2017. All rights reserved.