| 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 causeValue)
The cause of the failure.
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder.cause(String causeValue)
The cause of the failure.
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder.control(String control)
The data attached to the event that the decider can use in subsequent workflow tasks.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.requestCancelExternalWorkflowExecutionFailedEventAttributes(Consumer<RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder> requestCancelExternalWorkflowExecutionFailedEventAttributes)
If the event is of type
RequestCancelExternalWorkflowExecutionFailed then this member is set and
provides detailed information about the event. |
Copyright © 2021. All rights reserved.