CopyableBuilder<SignalWorkflowExecutionRequest.Builder,SignalWorkflowExecutionRequest>
, SdkBuilder<SignalWorkflowExecutionRequest.Builder,SignalWorkflowExecutionRequest>
public static interface SignalWorkflowExecutionRequest.Builder extends CopyableBuilder<SignalWorkflowExecutionRequest.Builder,SignalWorkflowExecutionRequest>
Modifier and Type | Method | Description |
---|---|---|
SignalWorkflowExecutionRequest.Builder |
domain(String domain) |
The name of the domain containing the workflow execution to signal.
|
SignalWorkflowExecutionRequest.Builder |
input(String input) |
Data to attach to the
WorkflowExecutionSignaled event in the target workflow execution's
history. |
SignalWorkflowExecutionRequest.Builder |
runId(String runId) |
The runId of the workflow execution to signal.
|
SignalWorkflowExecutionRequest.Builder |
signalName(String signalName) |
The name of the signal.
|
SignalWorkflowExecutionRequest.Builder |
workflowId(String workflowId) |
The workflowId of the workflow execution to signal.
|
copy
apply, build
SignalWorkflowExecutionRequest.Builder domain(String domain)
The name of the domain containing the workflow execution to signal.
domain
- The name of the domain containing the workflow execution to signal.SignalWorkflowExecutionRequest.Builder workflowId(String workflowId)
The workflowId of the workflow execution to signal.
workflowId
- The workflowId of the workflow execution to signal.SignalWorkflowExecutionRequest.Builder runId(String runId)
The runId of the workflow execution to signal.
runId
- The runId of the workflow execution to signal.SignalWorkflowExecutionRequest.Builder signalName(String signalName)
The name of the signal. This name must be meaningful to the target workflow.
signalName
- The name of the signal. This name must be meaningful to the target workflow.SignalWorkflowExecutionRequest.Builder input(String input)
Data to attach to the WorkflowExecutionSignaled
event in the target workflow execution's
history.
input
- Data to attach to the WorkflowExecutionSignaled
event in the target workflow execution's
history.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.