| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.builder() |
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.cancelRequested(Boolean cancelRequested)
Set to true if a cancellation is requested for this workflow execution.
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.closeStatus(CloseStatus closeStatus)
If the execution status is closed then this specifies how the execution was closed:
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.closeStatus(String closeStatus)
If the execution status is closed then this specifies how the execution was closed:
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.closeTimestamp(Date closeTimestamp)
The time when the workflow execution was closed.
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.execution(WorkflowExecution execution)
The workflow execution this information is about.
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.executionStatus(ExecutionStatus executionStatus)
The current status of the execution.
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.executionStatus(String executionStatus)
The current status of the execution.
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.parent(WorkflowExecution parent)
If this workflow execution is a child of another execution then contains the workflow execution that started
this execution.
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.startTimestamp(Date startTimestamp)
The time when the execution was started.
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.tagList(Collection<String> tagList)
The list of tags associated with the workflow execution.
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.tagList(String... tagList)
The list of tags associated with the workflow execution.
|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.toBuilder() |
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.workflowType(WorkflowType workflowType)
The type of the workflow execution.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowExecutionInfo.Builder> |
WorkflowExecutionInfo.serializableBuilderClass() |
Copyright © 2017. All rights reserved.