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