@Generated(value="software.amazon.awssdk:codegen") public class SignalWorkflowExecutionRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<SignalWorkflowExecutionRequest.Builder,SignalWorkflowExecutionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SignalWorkflowExecutionRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static SignalWorkflowExecutionRequest.Builder |
builder() |
String |
domain()
The name of the domain containing the workflow execution to signal.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
input()
Data to attach to the
WorkflowExecutionSignaled event in the target workflow execution's history. |
String |
runId()
The runId of the workflow execution to signal.
|
static Class<? extends SignalWorkflowExecutionRequest.Builder> |
serializableBuilderClass() |
String |
signalName()
The name of the signal.
|
SignalWorkflowExecutionRequest.Builder |
toBuilder() |
String |
toString() |
String |
workflowId()
The workflowId of the workflow execution to signal.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String domain()
The name of the domain containing the workflow execution to signal.
public String workflowId()
The workflowId of the workflow execution to signal.
public String runId()
The runId of the workflow execution to signal.
public String signalName()
The name of the signal. This name must be meaningful to the target workflow.
public String input()
Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.
WorkflowExecutionSignaled event in the target workflow execution's
history.public SignalWorkflowExecutionRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<SignalWorkflowExecutionRequest.Builder,SignalWorkflowExecutionRequest>public static SignalWorkflowExecutionRequest.Builder builder()
public static Class<? extends SignalWorkflowExecutionRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.