| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionTerminatedEventAttributes.Builder |
WorkflowExecutionTerminatedEventAttributes.builder() |
WorkflowExecutionTerminatedEventAttributes.Builder |
WorkflowExecutionTerminatedEventAttributes.Builder.cause(String causeValue)
If set, indicates that the workflow execution was automatically terminated, and specifies the cause.
|
WorkflowExecutionTerminatedEventAttributes.Builder |
WorkflowExecutionTerminatedEventAttributes.Builder.cause(WorkflowExecutionTerminatedCause causeValue)
If set, indicates that the workflow execution was automatically terminated, and specifies the cause.
|
WorkflowExecutionTerminatedEventAttributes.Builder |
WorkflowExecutionTerminatedEventAttributes.Builder.childPolicy(ChildPolicy childPolicy)
The policy used for the child workflow executions of this workflow execution.
|
WorkflowExecutionTerminatedEventAttributes.Builder |
WorkflowExecutionTerminatedEventAttributes.Builder.childPolicy(String childPolicy)
The policy used for the child workflow executions of this workflow execution.
|
WorkflowExecutionTerminatedEventAttributes.Builder |
WorkflowExecutionTerminatedEventAttributes.Builder.details(String details)
The details provided for the termination.
|
WorkflowExecutionTerminatedEventAttributes.Builder |
WorkflowExecutionTerminatedEventAttributes.Builder.reason(String reason)
The reason provided for the termination.
|
WorkflowExecutionTerminatedEventAttributes.Builder |
WorkflowExecutionTerminatedEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowExecutionTerminatedEventAttributes.Builder> |
WorkflowExecutionTerminatedEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.workflowExecutionTerminatedEventAttributes(Consumer<WorkflowExecutionTerminatedEventAttributes.Builder> workflowExecutionTerminatedEventAttributes)
If the event is of type
WorkflowExecutionTerminated then this member is set and provides
detailed information about the event. |
Copyright © 2020. All rights reserved.