| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.builder() |
default DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.Builder.executionConfiguration(Consumer<WorkflowExecutionConfiguration.Builder> executionConfiguration)
The configuration settings for this workflow execution including timeout values, tasklist etc.
|
DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.Builder.executionConfiguration(WorkflowExecutionConfiguration executionConfiguration)
The configuration settings for this workflow execution including timeout values, tasklist etc.
|
default DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.Builder.executionInfo(Consumer<WorkflowExecutionInfo.Builder> executionInfo)
Information about the workflow execution.
|
DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.Builder.executionInfo(WorkflowExecutionInfo executionInfo)
Information about the workflow execution.
|
DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.Builder.latestActivityTaskTimestamp(Instant latestActivityTaskTimestamp)
The time when the last activity task was scheduled for this workflow execution.
|
DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.Builder.latestExecutionContext(String latestExecutionContext)
The latest executionContext provided by the decider for this workflow execution.
|
default DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.Builder.openCounts(Consumer<WorkflowExecutionOpenCounts.Builder> openCounts)
The number of tasks for this workflow execution.
|
DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.Builder.openCounts(WorkflowExecutionOpenCounts openCounts)
The number of tasks for this workflow execution.
|
DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeWorkflowExecutionResponse.Builder> |
DescribeWorkflowExecutionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.