| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionTimedOutEventAttributes.Builder |
WorkflowExecutionTimedOutEventAttributes.builder() |
WorkflowExecutionTimedOutEventAttributes.Builder |
WorkflowExecutionTimedOutEventAttributes.Builder.childPolicy(ChildPolicy childPolicy)
The policy used for the child workflow executions of this workflow execution.
|
WorkflowExecutionTimedOutEventAttributes.Builder |
WorkflowExecutionTimedOutEventAttributes.Builder.childPolicy(String childPolicy)
The policy used for the child workflow executions of this workflow execution.
|
WorkflowExecutionTimedOutEventAttributes.Builder |
WorkflowExecutionTimedOutEventAttributes.Builder.timeoutType(String timeoutType)
The type of timeout that caused this event.
|
WorkflowExecutionTimedOutEventAttributes.Builder |
WorkflowExecutionTimedOutEventAttributes.Builder.timeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of timeout that caused this event.
|
WorkflowExecutionTimedOutEventAttributes.Builder |
WorkflowExecutionTimedOutEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowExecutionTimedOutEventAttributes.Builder> |
WorkflowExecutionTimedOutEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.workflowExecutionTimedOutEventAttributes(Consumer<WorkflowExecutionTimedOutEventAttributes.Builder> workflowExecutionTimedOutEventAttributes)
If the event is of type
WorkflowExecutionTimedOut then this member is set and provides detailed
information about the event. |
Copyright © 2019. All rights reserved.