| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static ChildWorkflowExecutionTerminatedEventAttributes.Builder |
ChildWorkflowExecutionTerminatedEventAttributes.builder() |
ChildWorkflowExecutionTerminatedEventAttributes.Builder |
ChildWorkflowExecutionTerminatedEventAttributes.Builder.initiatedEventId(Long initiatedEventId)
The ID of the
StartChildWorkflowExecutionInitiated event corresponding to the
StartChildWorkflowExecution Decision to start this child workflow execution. |
ChildWorkflowExecutionTerminatedEventAttributes.Builder |
ChildWorkflowExecutionTerminatedEventAttributes.Builder.startedEventId(Long startedEventId)
The ID of the
ChildWorkflowExecutionStarted event recorded when this child workflow execution
was started. |
ChildWorkflowExecutionTerminatedEventAttributes.Builder |
ChildWorkflowExecutionTerminatedEventAttributes.toBuilder() |
default ChildWorkflowExecutionTerminatedEventAttributes.Builder |
ChildWorkflowExecutionTerminatedEventAttributes.Builder.workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution)
The child workflow execution that was terminated.
|
ChildWorkflowExecutionTerminatedEventAttributes.Builder |
ChildWorkflowExecutionTerminatedEventAttributes.Builder.workflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that was terminated.
|
default ChildWorkflowExecutionTerminatedEventAttributes.Builder |
ChildWorkflowExecutionTerminatedEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The type of the child workflow execution.
|
ChildWorkflowExecutionTerminatedEventAttributes.Builder |
ChildWorkflowExecutionTerminatedEventAttributes.Builder.workflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChildWorkflowExecutionTerminatedEventAttributes.Builder> |
ChildWorkflowExecutionTerminatedEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.childWorkflowExecutionTerminatedEventAttributes(Consumer<ChildWorkflowExecutionTerminatedEventAttributes.Builder> childWorkflowExecutionTerminatedEventAttributes)
If the event is of type
ChildWorkflowExecutionTerminated then this member is set and provides
detailed information about the event. |
Copyright © 2023. All rights reserved.