public static interface SignalWorkflowExecutionRequest.Builder extends SwfRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SignalWorkflowExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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.SignalWorkflowExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSignalWorkflowExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.