| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder |
ContinueAsNewWorkflowExecutionFailedEventAttributes.builder() |
ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder |
ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder.cause(ContinueAsNewWorkflowExecutionFailedCause causeValue)
The cause of the failure.
|
ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder |
ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder.cause(String causeValue)
The cause of the failure.
|
ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder |
ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the ContinueAsNewWorkflowExecution decision that started this execution. |
ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder |
ContinueAsNewWorkflowExecutionFailedEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder> |
ContinueAsNewWorkflowExecutionFailedEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.continueAsNewWorkflowExecutionFailedEventAttributes(Consumer<ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder> continueAsNewWorkflowExecutionFailedEventAttributes)
If the event is of type
ContinueAsNewWorkflowExecutionFailed then this member is set and
provides detailed information about the event. |
Copyright © 2021. All rights reserved.