Uses of Class
com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
-
Packages that use RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of RequestCancelExternalWorkflowExecutionInitiatedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Modifier and Type Method Description RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes. clone()
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
HistoryEvent. getRequestCancelExternalWorkflowExecutionInitiatedEventAttributes()
If the event is of typeRequestCancelExternalWorkflowExecutionInitiated
then this member is set and provides detailed information about the event.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes. withControl(String control)
Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theRequestCancelExternalWorkflowExecution
decision for this cancellation request.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes. withRunId(String runId)
TherunId
of the external workflow execution to be canceled.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes. withWorkflowId(String workflowId)
TheworkflowId
of the external workflow execution to be canceled.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Modifier and Type Method Description void
HistoryEvent. setRequestCancelExternalWorkflowExecutionInitiatedEventAttributes(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes requestCancelExternalWorkflowExecutionInitiatedEventAttributes)
If the event is of typeRequestCancelExternalWorkflowExecutionInitiated
then this member is set and provides detailed information about the event.HistoryEvent
HistoryEvent. withRequestCancelExternalWorkflowExecutionInitiatedEventAttributes(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes requestCancelExternalWorkflowExecutionInitiatedEventAttributes)
If the event is of typeRequestCancelExternalWorkflowExecutionInitiated
then this member is set and provides detailed information about the event.
-