CopyableBuilder<StartChildWorkflowExecutionFailedEventAttributes.Builder,StartChildWorkflowExecutionFailedEventAttributes>, SdkBuilder<StartChildWorkflowExecutionFailedEventAttributes.Builder,StartChildWorkflowExecutionFailedEventAttributes>public static interface StartChildWorkflowExecutionFailedEventAttributes.Builder extends CopyableBuilder<StartChildWorkflowExecutionFailedEventAttributes.Builder,StartChildWorkflowExecutionFailedEventAttributes>
| Modifier and Type | Method | Description |
|---|---|---|
StartChildWorkflowExecutionFailedEventAttributes.Builder |
cause(String cause) |
The cause of the failure.
|
StartChildWorkflowExecutionFailedEventAttributes.Builder |
cause(StartChildWorkflowExecutionFailedCause cause) |
The cause of the failure.
|
StartChildWorkflowExecutionFailedEventAttributes.Builder |
control(String control) |
|
StartChildWorkflowExecutionFailedEventAttributes.Builder |
decisionTaskCompletedEventId(Long decisionTaskCompletedEventId) |
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the StartChildWorkflowExecution decision to request this child workflow execution. |
StartChildWorkflowExecutionFailedEventAttributes.Builder |
initiatedEventId(Long initiatedEventId) |
The ID of the
StartChildWorkflowExecutionInitiated event corresponding to the
StartChildWorkflowExecution decision to start this child workflow execution. |
StartChildWorkflowExecutionFailedEventAttributes.Builder |
workflowId(String workflowId) |
The
workflowId of the child workflow execution. |
StartChildWorkflowExecutionFailedEventAttributes.Builder |
workflowType(WorkflowType workflowType) |
The workflow type provided in the
StartChildWorkflowExecution decision that failed. |
copyapply, buildStartChildWorkflowExecutionFailedEventAttributes.Builder workflowType(WorkflowType workflowType)
The workflow type provided in the StartChildWorkflowExecution decision that failed.
workflowType - The workflow type provided in the StartChildWorkflowExecution decision that failed.StartChildWorkflowExecutionFailedEventAttributes.Builder cause(String cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic
purposes. StartChildWorkflowExecutionFailedCauseStartChildWorkflowExecutionFailedEventAttributes.Builder cause(StartChildWorkflowExecutionFailedCause cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic
purposes. StartChildWorkflowExecutionFailedCauseStartChildWorkflowExecutionFailedEventAttributes.Builder workflowId(String workflowId)
The workflowId of the child workflow execution.
workflowId - The workflowId of the child workflow execution.StartChildWorkflowExecutionFailedEventAttributes.Builder initiatedEventId(Long initiatedEventId)
The ID of the StartChildWorkflowExecutionInitiated event corresponding to the
StartChildWorkflowExecution decision to start this child 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 StartChildWorkflowExecutionInitiated event corresponding to the
StartChildWorkflowExecution decision to start this child workflow execution. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to
this event.StartChildWorkflowExecutionFailedEventAttributes.Builder decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in
the StartChildWorkflowExecution decision to request this child workflow execution. This
information can be useful for diagnosing problems by tracing back the cause of events.
decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that
resulted in the StartChildWorkflowExecution decision to request this child workflow
execution. This information can be useful for diagnosing problems by tracing back the cause of events.StartChildWorkflowExecutionFailedEventAttributes.Builder control(String control)
control - Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.