| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
SignalExternalWorkflowExecutionInitiatedEventAttributes.builder() |
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder.control(String control)
Optional. data attached to the event that can be used by the decider in subsequent decision tasks.
|
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the SignalExternalWorkflowExecution decision for this signal. |
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder.input(String input)
Input provided to the signal (if any).
|
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder.runId(String runId)
The
runId of the external workflow execution to send the signal to. |
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder.signalName(String signalName)
The name of the signal.
|
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
SignalExternalWorkflowExecutionInitiatedEventAttributes.toBuilder() |
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder.workflowId(String workflowId)
The
workflowId of the external workflow execution. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder> |
SignalExternalWorkflowExecutionInitiatedEventAttributes.serializableBuilderClass() |
Copyright © 2017. All rights reserved.