Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private SignalExternalWorkflowExecutionInitiatedEventAttributes |
HistoryEvent.signalExternalWorkflowExecutionInitiatedEventAttributes
If the event is of type
SignalExternalWorkflowExecutionInitiated then this member is
set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
SignalExternalWorkflowExecutionInitiatedEventAttributes |
SignalExternalWorkflowExecutionInitiatedEventAttributes.clone() |
SignalExternalWorkflowExecutionInitiatedEventAttributes |
HistoryEvent.getSignalExternalWorkflowExecutionInitiatedEventAttributes()
If the event is of type
SignalExternalWorkflowExecutionInitiated then this member is
set and provides detailed information about the event. |
SignalExternalWorkflowExecutionInitiatedEventAttributes |
SignalExternalWorkflowExecutionInitiatedEventAttributes.withControl(java.lang.String control)
Optional. data attached to the event that can be used by the
decider in subsequent decision tasks.
|
SignalExternalWorkflowExecutionInitiatedEventAttributes |
SignalExternalWorkflowExecutionInitiatedEventAttributes.withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision task that resulted in the
SignalExternalWorkflowExecution decision for this signal. |
SignalExternalWorkflowExecutionInitiatedEventAttributes |
SignalExternalWorkflowExecutionInitiatedEventAttributes.withInput(java.lang.String input)
Input provided to the signal (if any).
|
SignalExternalWorkflowExecutionInitiatedEventAttributes |
SignalExternalWorkflowExecutionInitiatedEventAttributes.withRunId(java.lang.String runId)
The
runId of the external workflow execution to send the
signal to. |
SignalExternalWorkflowExecutionInitiatedEventAttributes |
SignalExternalWorkflowExecutionInitiatedEventAttributes.withSignalName(java.lang.String signalName)
The name of the signal.
|
SignalExternalWorkflowExecutionInitiatedEventAttributes |
SignalExternalWorkflowExecutionInitiatedEventAttributes.withWorkflowId(java.lang.String workflowId)
The
workflowId of the external workflow execution. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setSignalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes signalExternalWorkflowExecutionInitiatedEventAttributes)
If the event is of type
SignalExternalWorkflowExecutionInitiated then this member is
set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withSignalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes signalExternalWorkflowExecutionInitiatedEventAttributes)
If the event is of type
SignalExternalWorkflowExecutionInitiated then this member is
set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
SignalExternalWorkflowExecutionInitiatedEventAttributes |
SignalExternalWorkflowExecutionInitiatedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SignalExternalWorkflowExecutionInitiatedEventAttributesJsonMarshaller.marshall(SignalExternalWorkflowExecutionInitiatedEventAttributes signalExternalWorkflowExecutionInitiatedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|