| 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 causeValue)
The cause of the failure.
|
CancelWorkflowExecutionFailedEventAttributes.Builder |
CancelWorkflowExecutionFailedEventAttributes.Builder.cause(String causeValue)
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() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.cancelWorkflowExecutionFailedEventAttributes(Consumer<CancelWorkflowExecutionFailedEventAttributes.Builder> cancelWorkflowExecutionFailedEventAttributes)
If the event is of type
CancelWorkflowExecutionFailed then this member is set and provides
detailed information about the event. |
Copyright © 2022. All rights reserved.