| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static RequestCancelWorkflowExecutionRequest.Builder |
RequestCancelWorkflowExecutionRequest.builder() |
RequestCancelWorkflowExecutionRequest.Builder |
RequestCancelWorkflowExecutionRequest.Builder.domain(String domain)
The name of the domain containing the workflow execution to cancel.
|
RequestCancelWorkflowExecutionRequest.Builder |
RequestCancelWorkflowExecutionRequest.Builder.runId(String runId)
The runId of the workflow execution to cancel.
|
RequestCancelWorkflowExecutionRequest.Builder |
RequestCancelWorkflowExecutionRequest.toBuilder() |
RequestCancelWorkflowExecutionRequest.Builder |
RequestCancelWorkflowExecutionRequest.Builder.workflowId(String workflowId)
The workflowId of the workflow execution to cancel.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RequestCancelWorkflowExecutionRequest.Builder> |
RequestCancelWorkflowExecutionRequest.serializableBuilderClass() |
Copyright © 2017. All rights reserved.