| 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)
Optional. Data attached to the event that can be used by the decider in subsequent decision tasks.
|
SignalExternalWorkflowExecutionDecisionAttributes.Builder |
SignalExternalWorkflowExecutionDecisionAttributes.Builder.input(String input)
Optional. 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)
Required. The name of the signal.The target workflow execution will use the signal name and input to
process the signal.
|
SignalExternalWorkflowExecutionDecisionAttributes.Builder |
SignalExternalWorkflowExecutionDecisionAttributes.toBuilder() |
SignalExternalWorkflowExecutionDecisionAttributes.Builder |
SignalExternalWorkflowExecutionDecisionAttributes.Builder.workflowId(String workflowId)
Required. The
workflowId of the workflow execution to be signaled. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SignalExternalWorkflowExecutionDecisionAttributes.Builder> |
SignalExternalWorkflowExecutionDecisionAttributes.serializableBuilderClass() |
Copyright © 2017. All rights reserved.