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