public static interface RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder extends CopyableBuilder<RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder,RequestCancelExternalWorkflowExecutionFailedEventAttributes>
| Modifier and Type | Method and Description | 
|---|---|
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder | 
cause(RequestCancelExternalWorkflowExecutionFailedCause cause)
 The cause of the failure. 
 | 
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder | 
cause(String cause)
 The cause of the failure. 
 | 
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder | 
control(String control)
 The data attached to the event that the decider can use in subsequent workflow tasks. 
 | 
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder | 
decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the  
DecisionTaskCompleted event corresponding to the decision task that resulted in
 the RequestCancelExternalWorkflowExecution decision for this cancellation request. | 
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder | 
initiatedEventId(Long initiatedEventId)
 The ID of the  
RequestCancelExternalWorkflowExecutionInitiated event corresponding to the
 RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. | 
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder | 
runId(String runId)
 The  
runId of the external workflow execution. | 
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder | 
workflowId(String workflowId)
 The  
workflowId of the external workflow to which the cancel request was to be delivered. | 
copyapplyMutation, buildRequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder workflowId(String workflowId)
 The workflowId of the external workflow to which the cancel request was to be delivered.
 
workflowId - The workflowId of the external workflow to which the cancel request was to be delivered.RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder runId(String runId)
 The runId of the external workflow execution.
 
runId - The runId of the external workflow execution.RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder cause(String cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
 If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked
 sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access
 to Amazon SWF Workflows in the Amazon SWF Developer Guide.
 
cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic
        purposes. 
        If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it
        lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage
        Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
        
RequestCancelExternalWorkflowExecutionFailedCause, 
RequestCancelExternalWorkflowExecutionFailedCauseRequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder cause(RequestCancelExternalWorkflowExecutionFailedCause cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
 If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked
 sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access
 to Amazon SWF Workflows in the Amazon SWF Developer Guide.
 
cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic
        purposes. 
        If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it
        lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage
        Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
        
RequestCancelExternalWorkflowExecutionFailedCause, 
RequestCancelExternalWorkflowExecutionFailedCauseRequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder initiatedEventId(Long initiatedEventId)
 The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the
 RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This
 information can be useful for diagnosing problems by tracing back the chain of events leading up to this
 event.
 
initiatedEventId - The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the
        RequestCancelExternalWorkflowExecution decision to cancel this external workflow
        execution. This information can be useful for diagnosing problems by tracing back the chain of events
        leading up to this event.RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in
 the RequestCancelExternalWorkflowExecution decision for this cancellation request. This
 information can be useful for diagnosing problems by tracing back the chain of events leading up to this
 event.
 
decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that
        resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation
        request. This information can be useful for diagnosing problems by tracing back the chain of events
        leading up to this event.RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder control(String control)
The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.
control - The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't
        sent to the workflow execution.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.