@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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()
.
WorkflowExecutionTimeoutType
public 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()
.
WorkflowExecutionTimeoutType
public 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.
ChildPolicy
public 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.
ChildPolicy
public WorkflowExecutionTimedOutEventAttributes.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<WorkflowExecutionTimedOutEventAttributes.Builder,WorkflowExecutionTimedOutEventAttributes>
public static WorkflowExecutionTimedOutEventAttributes.Builder builder()
public static Class<? extends WorkflowExecutionTimedOutEventAttributes.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.