@Generated(value="software.amazon.awssdk:codegen") public final class SignalWorkflowExecutionRequest extends SwfRequest implements ToCopyableBuilder<SignalWorkflowExecutionRequest.Builder,SignalWorkflowExecutionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SignalWorkflowExecutionRequest.Builder |
| 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SignalWorkflowExecutionRequest.Builder> |
serializableBuilderClass() |
String |
signalName()
The name of the signal.
|
SignalWorkflowExecutionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workflowId()
The workflowId of the workflow execution to signal.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 ToCopyableBuilder<SignalWorkflowExecutionRequest.Builder,SignalWorkflowExecutionRequest>toBuilder in class SwfRequestpublic static SignalWorkflowExecutionRequest.Builder builder()
public static Class<? extends SignalWorkflowExecutionRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.