| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static CancelWorkflowExecutionFailedEventAttributes.Builder |
CancelWorkflowExecutionFailedEventAttributes.builder() |
CancelWorkflowExecutionFailedEventAttributes.Builder |
CancelWorkflowExecutionFailedEventAttributes.Builder.cause(CancelWorkflowExecutionFailedCause cause)
The cause of the failure.
|
CancelWorkflowExecutionFailedEventAttributes.Builder |
CancelWorkflowExecutionFailedEventAttributes.Builder.cause(String cause)
The cause of the failure.
|
CancelWorkflowExecutionFailedEventAttributes.Builder |
CancelWorkflowExecutionFailedEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the CancelWorkflowExecution decision for this cancellation request. |
CancelWorkflowExecutionFailedEventAttributes.Builder |
CancelWorkflowExecutionFailedEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CancelWorkflowExecutionFailedEventAttributes.Builder> |
CancelWorkflowExecutionFailedEventAttributes.serializableBuilderClass() |
Copyright © 2017. All rights reserved.