| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.builder() |
StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.Builder.cause(StartChildWorkflowExecutionFailedCause cause)
The cause of the failure.
|
StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.Builder.cause(String cause)
The cause of the failure.
|
StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.Builder.control(String control) |
StartChildWorkflowExecutionFailedEventAttributes.Builder |
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 |
StartChildWorkflowExecutionFailedEventAttributes.Builder.initiatedEventId(Long initiatedEventId)
The ID of the
StartChildWorkflowExecutionInitiated event corresponding to the
StartChildWorkflowExecution decision to start this child workflow execution. |
StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.toBuilder() |
StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.Builder.workflowId(String workflowId)
The
workflowId of the child workflow execution. |
StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.Builder.workflowType(WorkflowType workflowType)
The workflow type provided in the
StartChildWorkflowExecution decision that failed. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartChildWorkflowExecutionFailedEventAttributes.Builder> |
StartChildWorkflowExecutionFailedEventAttributes.serializableBuilderClass() |
Copyright © 2017. All rights reserved.