| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.builder() |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder.cause(RequestCancelExternalWorkflowExecutionFailedCause cause)
The cause of the failure.
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder.cause(String cause)
The cause of the failure.
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder.control(String control) |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the RequestCancelExternalWorkflowExecution decision for this cancellation request. |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder.initiatedEventId(Long initiatedEventId)
The ID of the
RequestCancelExternalWorkflowExecutionInitiated event corresponding to the
RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder.runId(String runId)
The
runId of the external workflow execution. |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.toBuilder() |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder.workflowId(String workflowId)
The
workflowId of the external workflow to which the cancel request was to be delivered. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder> |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.serializableBuilderClass() |
Copyright © 2017. All rights reserved.