@Generated(value="software.amazon.awssdk:codegen") public final class WorkflowExecutionTimedOutEventAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorkflowExecutionTimedOutEventAttributes.Builder,WorkflowExecutionTimedOutEventAttributes>
Provides the details of the WorkflowExecutionTimedOut event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkflowExecutionTimedOutEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionTimedOutEventAttributes.Builder |
builder() |
ChildPolicy |
childPolicy()
The policy used for the child workflow executions of this workflow execution.
|
String |
childPolicyAsString()
The policy used for the child workflow executions of this workflow execution.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends WorkflowExecutionTimedOutEventAttributes.Builder> |
serializableBuilderClass() |
WorkflowExecutionTimeoutType |
timeoutType()
The type of timeout that caused this event.
|
String |
timeoutTypeAsString()
The type of timeout that caused this event.
|
WorkflowExecutionTimedOutEventAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final WorkflowExecutionTimeoutType timeoutType()
The type of timeout that caused this event.
If the service returns an enum value that is not available in the current SDK version, timeoutType will
return WorkflowExecutionTimeoutType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from timeoutTypeAsString().
WorkflowExecutionTimeoutTypepublic final String timeoutTypeAsString()
The type of timeout that caused this event.
If the service returns an enum value that is not available in the current SDK version, timeoutType will
return WorkflowExecutionTimeoutType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from timeoutTypeAsString().
WorkflowExecutionTimeoutTypepublic final ChildPolicy childPolicy()
The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
TERMINATE – The child executions are terminated.
REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a
WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate
actions when it receives an execution history with this event.
ABANDON – No action is taken. The child executions continue to run.
If the service returns an enum value that is not available in the current SDK version, childPolicy will
return ChildPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
childPolicyAsString().
The supported child policies are:
TERMINATE – The child executions are terminated.
REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a
WorkflowExecutionCancelRequested event in its history. It is up to the decider to take
appropriate actions when it receives an execution history with this event.
ABANDON – No action is taken. The child executions continue to run.
ChildPolicypublic final String childPolicyAsString()
The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
TERMINATE – The child executions are terminated.
REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a
WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate
actions when it receives an execution history with this event.
ABANDON – No action is taken. The child executions continue to run.
If the service returns an enum value that is not available in the current SDK version, childPolicy will
return ChildPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
childPolicyAsString().
The supported child policies are:
TERMINATE – The child executions are terminated.
REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a
WorkflowExecutionCancelRequested event in its history. It is up to the decider to take
appropriate actions when it receives an execution history with this event.
ABANDON – No action is taken. The child executions continue to run.
ChildPolicypublic WorkflowExecutionTimedOutEventAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WorkflowExecutionTimedOutEventAttributes.Builder,WorkflowExecutionTimedOutEventAttributes>public static WorkflowExecutionTimedOutEventAttributes.Builder builder()
public static Class<? extends WorkflowExecutionTimedOutEventAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.