public static interface SignalExternalWorkflowExecutionDecisionAttributes.Builder extends CopyableBuilder<SignalExternalWorkflowExecutionDecisionAttributes.Builder,SignalExternalWorkflowExecutionDecisionAttributes>
| Modifier and Type | Method and Description |
|---|---|
SignalExternalWorkflowExecutionDecisionAttributes.Builder |
control(String control)
The data attached to the event that can be used by the decider in subsequent decision tasks.
|
SignalExternalWorkflowExecutionDecisionAttributes.Builder |
input(String input)
The input data to be provided with the signal.
|
SignalExternalWorkflowExecutionDecisionAttributes.Builder |
runId(String runId)
The
runId of the workflow execution to be signaled. |
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 |
workflowId(String workflowId)
The
workflowId of the workflow execution to be signaled. |
copyapply, buildSignalExternalWorkflowExecutionDecisionAttributes.Builder workflowId(String workflowId)
The workflowId of the workflow execution to be signaled.
workflowId - The workflowId of the workflow execution to be signaled.SignalExternalWorkflowExecutionDecisionAttributes.Builder runId(String runId)
The runId of the workflow execution to be signaled.
runId - The runId of the workflow execution to be signaled.SignalExternalWorkflowExecutionDecisionAttributes.Builder signalName(String signalName)
The name of the signal.The target workflow execution uses the signal name and input to process the signal.
signalName - The name of the signal.The target workflow execution uses the signal name and input to process the
signal.SignalExternalWorkflowExecutionDecisionAttributes.Builder input(String input)
The input data to be provided with the signal. The target workflow execution uses the signal name and input data to process the signal.
input - The input data to be provided with the signal. The target workflow execution uses the signal name and
input data to process the signal.SignalExternalWorkflowExecutionDecisionAttributes.Builder control(String control)
The data attached to the event that can be used by the decider in subsequent decision tasks.
control - The data attached to the event that can be used by the decider in subsequent decision tasks.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.