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