@Generated(value="software.amazon.awssdk:codegen") public class SignalExternalWorkflowExecutionInitiatedEventAttributes extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder,SignalExternalWorkflowExecutionInitiatedEventAttributes>
Provides 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()
Optional. 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) |
int |
hashCode() |
String |
input()
Input provided to the signal (if any).
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
runId()
The
runId of the external workflow execution to send the signal to. |
static Class<? extends SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder> |
serializableBuilderClass() |
String |
signalName()
The name of the signal.
|
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
toBuilder() |
String |
toString() |
String |
workflowId()
The
workflowId of the external workflow execution. |
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()
Input provided to the signal (if any).
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()
Optional. data attached to the event that can be used by the decider in subsequent decision tasks.
public SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder toBuilder()
public static SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder builder()
public static Class<? extends SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.