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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
SignalWorkflowExecutionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.SignalWorkflowExecutionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.