| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static SignalExternalWorkflowExecutionDecisionAttributes.Builder |
SignalExternalWorkflowExecutionDecisionAttributes.builder() |
SignalExternalWorkflowExecutionDecisionAttributes.Builder |
SignalExternalWorkflowExecutionDecisionAttributes.Builder.control(String control)
The data attached to the event that can be used by the decider in subsequent decision tasks.
|
SignalExternalWorkflowExecutionDecisionAttributes.Builder |
SignalExternalWorkflowExecutionDecisionAttributes.Builder.input(String input)
The input data to be provided with the signal.
|
SignalExternalWorkflowExecutionDecisionAttributes.Builder |
SignalExternalWorkflowExecutionDecisionAttributes.Builder.runId(String runId)
The
runId of the workflow execution to be signaled. |
SignalExternalWorkflowExecutionDecisionAttributes.Builder |
SignalExternalWorkflowExecutionDecisionAttributes.Builder.signalName(String signalName)
The name of the signal.The target workflow execution uses the signal name and input to process the signal.
|
SignalExternalWorkflowExecutionDecisionAttributes.Builder |
SignalExternalWorkflowExecutionDecisionAttributes.toBuilder() |
SignalExternalWorkflowExecutionDecisionAttributes.Builder |
SignalExternalWorkflowExecutionDecisionAttributes.Builder.workflowId(String workflowId)
The
workflowId of the workflow execution to be signaled. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SignalExternalWorkflowExecutionDecisionAttributes.Builder> |
SignalExternalWorkflowExecutionDecisionAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Decision.Builder |
Decision.Builder.signalExternalWorkflowExecutionDecisionAttributes(Consumer<SignalExternalWorkflowExecutionDecisionAttributes.Builder> signalExternalWorkflowExecutionDecisionAttributes)
Provides the details of the
SignalExternalWorkflowExecution decision. |
Copyright © 2019. All rights reserved.