Cloneable
, ReadLimitInfo
, ToCopyableBuilder<SignalWorkflowExecutionRequest.Builder,SignalWorkflowExecutionRequest>
@Generated("software.amazon.awssdk:codegen") public class SignalWorkflowExecutionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<SignalWorkflowExecutionRequest.Builder,SignalWorkflowExecutionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
SignalWorkflowExecutionRequest.Builder |
NOOP
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
workflowId() |
The workflowId of the workflow execution to signal.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SignalWorkflowExecutionRequest.Builder,SignalWorkflowExecutionRequest>
public static SignalWorkflowExecutionRequest.Builder builder()
public static Class<? extends SignalWorkflowExecutionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.