public static interface SignalWorkflowExecutionRequest.Builder extends SwfRequest.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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
SignalWorkflowExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.SignalWorkflowExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.