| 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)
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)
The input provided to the signal.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.signalExternalWorkflowExecutionInitiatedEventAttributes(Consumer<SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder> signalExternalWorkflowExecutionInitiatedEventAttributes)
If the event is of type
SignalExternalWorkflowExecutionInitiated then this member is set and
provides detailed information about the event. |
Copyright © 2019. All rights reserved.