| 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() |
default ChildWorkflowExecutionFailedEventAttributes.Builder |
ChildWorkflowExecutionFailedEventAttributes.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution)
The child workflow execution that failed.
|
ChildWorkflowExecutionFailedEventAttributes.Builder |
ChildWorkflowExecutionFailedEventAttributes.Builder.workflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that failed.
|
default ChildWorkflowExecutionFailedEventAttributes.Builder |
ChildWorkflowExecutionFailedEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The type of the child workflow execution.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.childWorkflowExecutionFailedEventAttributes(Consumer<ChildWorkflowExecutionFailedEventAttributes.Builder> childWorkflowExecutionFailedEventAttributes)
If the event is of type
ChildWorkflowExecutionFailed then this member is set and provides
detailed information about the event. |
Copyright © 2020. All rights reserved.