Uses of Class
com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
Packages that use RequestCancelExternalWorkflowExecutionFailedEventAttributes
-
Uses of RequestCancelExternalWorkflowExecutionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return RequestCancelExternalWorkflowExecutionFailedEventAttributesModifier and TypeMethodDescriptionRequestCancelExternalWorkflowExecutionFailedEventAttributes.clone()
If the event is of typeRequestCancelExternalWorkflowExecutionFailed
then this member is set and provides detailed information about the event.RequestCancelExternalWorkflowExecutionFailedEventAttributes.withCause
(RequestCancelExternalWorkflowExecutionFailedCause cause) The cause of the failure.The cause of the failure.RequestCancelExternalWorkflowExecutionFailedEventAttributes.withControl
(String control) RequestCancelExternalWorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId
(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theRequestCancelExternalWorkflowExecution
decision for this cancellation request.RequestCancelExternalWorkflowExecutionFailedEventAttributes.withInitiatedEventId
(Long initiatedEventId) The ID of theRequestCancelExternalWorkflowExecutionInitiated
event corresponding to theRequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution.TherunId
of the external workflow execution.RequestCancelExternalWorkflowExecutionFailedEventAttributes.withWorkflowId
(String workflowId) TheworkflowId
of the external workflow to which the cancel request was to be delivered.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type RequestCancelExternalWorkflowExecutionFailedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setRequestCancelExternalWorkflowExecutionFailedEventAttributes
(RequestCancelExternalWorkflowExecutionFailedEventAttributes requestCancelExternalWorkflowExecutionFailedEventAttributes) If the event is of typeRequestCancelExternalWorkflowExecutionFailed
then this member is set and provides detailed information about the event.HistoryEvent.withRequestCancelExternalWorkflowExecutionFailedEventAttributes
(RequestCancelExternalWorkflowExecutionFailedEventAttributes requestCancelExternalWorkflowExecutionFailedEventAttributes) If the event is of typeRequestCancelExternalWorkflowExecutionFailed
then this member is set and provides detailed information about the event.