@Generated(value="software.amazon.awssdk:codegen") public final class SignalExternalWorkflowExecutionInitiatedEventAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder,SignalExternalWorkflowExecutionInitiatedEventAttributes>
Provides the details of the SignalExternalWorkflowExecutionInitiated
event.
Modifier and Type | Class and Description |
---|---|
static interface |
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
Modifier and Type | Method and Description |
---|---|
static SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
builder() |
String |
control()
Data attached to the event that can be used by the decider in subsequent decision tasks.
|
Long |
decisionTaskCompletedEventId()
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
SignalExternalWorkflowExecution decision for this signal. |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
input()
The input provided to the signal.
|
String |
runId()
The
runId of the external workflow execution to send the signal to. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder> |
serializableBuilderClass() |
String |
signalName()
The name of the signal.
|
SignalExternalWorkflowExecutionInitiatedEventAttributes.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 external workflow execution. |
copy
public String workflowId()
The workflowId
of the external workflow execution.
workflowId
of the external workflow execution.public String runId()
The runId
of the external workflow execution to send the signal to.
runId
of the external workflow execution to send the signal to.public String signalName()
The name of the signal.
public String input()
The input provided to the signal.
public Long decisionTaskCompletedEventId()
The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the
SignalExternalWorkflowExecution
decision for this signal. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to this event.
DecisionTaskCompleted
event corresponding to the decision task that resulted
in the SignalExternalWorkflowExecution
decision for this signal. This information can be
useful for diagnosing problems by tracing back the chain of events leading up to this event.public String control()
Data attached to the event that can be used by the decider in subsequent decision tasks.
public SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder,SignalExternalWorkflowExecutionInitiatedEventAttributes>
public static SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder builder()
public static Class<? extends SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.