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