CopyableBuilder<WorkflowExecutionTimedOutEventAttributes.Builder,WorkflowExecutionTimedOutEventAttributes>
, SdkBuilder<WorkflowExecutionTimedOutEventAttributes.Builder,WorkflowExecutionTimedOutEventAttributes>
public static interface WorkflowExecutionTimedOutEventAttributes.Builder extends CopyableBuilder<WorkflowExecutionTimedOutEventAttributes.Builder,WorkflowExecutionTimedOutEventAttributes>
Modifier and Type | Method | Description |
---|---|---|
WorkflowExecutionTimedOutEventAttributes.Builder |
childPolicy(String childPolicy) |
The policy used for the child workflow executions of this workflow execution.
|
WorkflowExecutionTimedOutEventAttributes.Builder |
childPolicy(ChildPolicy childPolicy) |
The policy used for the child workflow executions of this workflow execution.
|
WorkflowExecutionTimedOutEventAttributes.Builder |
timeoutType(String timeoutType) |
The type of timeout that caused this event.
|
WorkflowExecutionTimedOutEventAttributes.Builder |
timeoutType(WorkflowExecutionTimeoutType timeoutType) |
The type of timeout that caused this event.
|
copy
apply, build
WorkflowExecutionTimedOutEventAttributes.Builder timeoutType(String timeoutType)
The type of timeout that caused this event.
timeoutType
- The type of timeout that caused this event.WorkflowExecutionTimeoutType
WorkflowExecutionTimedOutEventAttributes.Builder timeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of timeout that caused this event.
timeoutType
- The type of timeout that caused this event.WorkflowExecutionTimeoutType
WorkflowExecutionTimedOutEventAttributes.Builder childPolicy(String childPolicy)
The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take
appropriate actions when it receives an execution history with this event.childPolicy
- The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take
appropriate actions when it receives an execution history with this event.ChildPolicy
WorkflowExecutionTimedOutEventAttributes.Builder childPolicy(ChildPolicy childPolicy)
The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take
appropriate actions when it receives an execution history with this event.childPolicy
- The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take
appropriate actions when it receives an execution history with this event.ChildPolicy
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.