CopyableBuilder<DescribeWorkflowExecutionResponse.Builder,DescribeWorkflowExecutionResponse>
, SdkBuilder<DescribeWorkflowExecutionResponse.Builder,DescribeWorkflowExecutionResponse>
public static interface DescribeWorkflowExecutionResponse.Builder extends CopyableBuilder<DescribeWorkflowExecutionResponse.Builder,DescribeWorkflowExecutionResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeWorkflowExecutionResponse.Builder |
executionConfiguration(WorkflowExecutionConfiguration executionConfiguration) |
The configuration settings for this workflow execution including timeout values, tasklist etc.
|
DescribeWorkflowExecutionResponse.Builder |
executionInfo(WorkflowExecutionInfo executionInfo) |
Information about the workflow execution.
|
DescribeWorkflowExecutionResponse.Builder |
latestActivityTaskTimestamp(Date latestActivityTaskTimestamp) |
The time when the last activity task was scheduled for this workflow execution.
|
DescribeWorkflowExecutionResponse.Builder |
latestExecutionContext(String latestExecutionContext) |
The latest executionContext provided by the decider for this workflow execution.
|
DescribeWorkflowExecutionResponse.Builder |
openCounts(WorkflowExecutionOpenCounts openCounts) |
The number of tasks for this workflow execution.
|
copy
apply, build
DescribeWorkflowExecutionResponse.Builder executionInfo(WorkflowExecutionInfo executionInfo)
Information about the workflow execution.
executionInfo
- Information about the workflow execution.DescribeWorkflowExecutionResponse.Builder executionConfiguration(WorkflowExecutionConfiguration executionConfiguration)
The configuration settings for this workflow execution including timeout values, tasklist etc.
executionConfiguration
- The configuration settings for this workflow execution including timeout values, tasklist etc.DescribeWorkflowExecutionResponse.Builder openCounts(WorkflowExecutionOpenCounts openCounts)
The number of tasks for this workflow execution. This includes open and closed tasks of all types.
openCounts
- The number of tasks for this workflow execution. This includes open and closed tasks of all types.DescribeWorkflowExecutionResponse.Builder latestActivityTaskTimestamp(Date latestActivityTaskTimestamp)
The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.
latestActivityTaskTimestamp
- The time when the last activity task was scheduled for this workflow execution. You can use this
information to determine if the workflow has not made progress for an unusually long period of time
and might require a corrective action.DescribeWorkflowExecutionResponse.Builder latestExecutionContext(String latestExecutionContext)
The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.
latestExecutionContext
- The latest executionContext provided by the decider for this workflow execution. A decider can provide
an executionContext (a free-form string) when closing a decision task using
RespondDecisionTaskCompleted.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.