| 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() |
Copyright © 2017. All rights reserved.