@Generated(value="software.amazon.awssdk:codegen") public class WorkflowExecutionTerminatedEventAttributes extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<WorkflowExecutionTerminatedEventAttributes.Builder,WorkflowExecutionTerminatedEventAttributes>
Provides details of the WorkflowExecutionTerminated event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkflowExecutionTerminatedEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionTerminatedEventAttributes.Builder |
builder() |
String |
cause()
If set, indicates that the workflow execution was automatically terminated, and specifies the cause.
|
String |
childPolicy()
The policy used for the child workflow executions of this workflow execution.
|
String |
details()
The details provided for the termination (if any).
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
reason()
The reason provided for the termination (if any).
|
static Class<? extends WorkflowExecutionTerminatedEventAttributes.Builder> |
serializableBuilderClass() |
WorkflowExecutionTerminatedEventAttributes.Builder |
toBuilder() |
String |
toString() |
public String reason()
The reason provided for the termination (if any).
public String details()
The details provided for the termination (if any).
public 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.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.ChildPolicypublic String cause()
If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.
WorkflowExecutionTerminatedCausepublic WorkflowExecutionTerminatedEventAttributes.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<WorkflowExecutionTerminatedEventAttributes.Builder,WorkflowExecutionTerminatedEventAttributes>public static WorkflowExecutionTerminatedEventAttributes.Builder builder()
public static Class<? extends WorkflowExecutionTerminatedEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.