| 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 cause)
If set, indicates that the workflow execution was automatically terminated, and specifies the cause.
|
WorkflowExecutionTerminatedEventAttributes.Builder |
WorkflowExecutionTerminatedEventAttributes.Builder.cause(WorkflowExecutionTerminatedCause cause)
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 (if any).
|
WorkflowExecutionTerminatedEventAttributes.Builder |
WorkflowExecutionTerminatedEventAttributes.Builder.reason(String reason)
The reason provided for the termination (if any).
|
WorkflowExecutionTerminatedEventAttributes.Builder |
WorkflowExecutionTerminatedEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowExecutionTerminatedEventAttributes.Builder> |
WorkflowExecutionTerminatedEventAttributes.serializableBuilderClass() |
Copyright © 2017. All rights reserved.