public static interface SignalWorkflowExecutionRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<SignalWorkflowExecutionRequest.Builder,SignalWorkflowExecutionRequest>
| Modifier and Type | Method and 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.
|
copyapply, buildSignalWorkflowExecutionRequest.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. All rights reserved.