| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static ChildWorkflowExecutionFailedEventAttributes.Builder |
ChildWorkflowExecutionFailedEventAttributes.builder() |
ChildWorkflowExecutionFailedEventAttributes.Builder |
ChildWorkflowExecutionFailedEventAttributes.Builder.details(String details)
The details of the failure (if provided).
|
ChildWorkflowExecutionFailedEventAttributes.Builder |
ChildWorkflowExecutionFailedEventAttributes.Builder.initiatedEventId(Long initiatedEventId)
The ID of the
StartChildWorkflowExecutionInitiated event corresponding to the
StartChildWorkflowExecution decision to start this child workflow execution. |
ChildWorkflowExecutionFailedEventAttributes.Builder |
ChildWorkflowExecutionFailedEventAttributes.Builder.reason(String reason)
The reason for the failure (if provided).
|
ChildWorkflowExecutionFailedEventAttributes.Builder |
ChildWorkflowExecutionFailedEventAttributes.Builder.startedEventId(Long startedEventId)
The ID of the
ChildWorkflowExecutionStarted event recorded when this child workflow execution
was started. |
ChildWorkflowExecutionFailedEventAttributes.Builder |
ChildWorkflowExecutionFailedEventAttributes.toBuilder() |
ChildWorkflowExecutionFailedEventAttributes.Builder |
ChildWorkflowExecutionFailedEventAttributes.Builder.workflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that failed.
|
ChildWorkflowExecutionFailedEventAttributes.Builder |
ChildWorkflowExecutionFailedEventAttributes.Builder.workflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChildWorkflowExecutionFailedEventAttributes.Builder> |
ChildWorkflowExecutionFailedEventAttributes.serializableBuilderClass() |
Copyright © 2017. All rights reserved.