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