| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.builder() |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder.control(String control)
Data attached to the event that can be used by the decider in subsequent workflow tasks.
|
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.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. |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder.runId(String runId)
The
runId of the external workflow execution to be canceled. |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.toBuilder() |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder.workflowId(String workflowId)
The
workflowId of the external workflow execution to be canceled. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder> |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.requestCancelExternalWorkflowExecutionInitiatedEventAttributes(Consumer<RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder> requestCancelExternalWorkflowExecutionInitiatedEventAttributes)
If the event is of type
RequestCancelExternalWorkflowExecutionInitiated then this member is set
and provides detailed information about the event. |
Copyright © 2020. All rights reserved.