public static interface WorkflowExecutionOpenCounts.Builder extends CopyableBuilder<WorkflowExecutionOpenCounts.Builder,WorkflowExecutionOpenCounts>
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecutionOpenCounts.Builder |
openActivityTasks(Integer openActivityTasks)
The count of activity tasks whose status is
OPEN. |
WorkflowExecutionOpenCounts.Builder |
openChildWorkflowExecutions(Integer openChildWorkflowExecutions)
The count of child workflow executions whose status is
OPEN. |
WorkflowExecutionOpenCounts.Builder |
openDecisionTasks(Integer openDecisionTasks)
The count of decision tasks whose status is OPEN.
|
WorkflowExecutionOpenCounts.Builder |
openLambdaFunctions(Integer openLambdaFunctions)
The count of Lambda tasks whose status is
OPEN. |
WorkflowExecutionOpenCounts.Builder |
openTimers(Integer openTimers)
The count of timers started by this workflow execution that have not fired yet.
|
copyapply, buildWorkflowExecutionOpenCounts.Builder openActivityTasks(Integer openActivityTasks)
The count of activity tasks whose status is OPEN.
openActivityTasks - The count of activity tasks whose status is OPEN.WorkflowExecutionOpenCounts.Builder openDecisionTasks(Integer openDecisionTasks)
The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
openDecisionTasks - The count of decision tasks whose status is OPEN. A workflow execution can have at most one open
decision task.WorkflowExecutionOpenCounts.Builder openTimers(Integer openTimers)
The count of timers started by this workflow execution that have not fired yet.
openTimers - The count of timers started by this workflow execution that have not fired yet.WorkflowExecutionOpenCounts.Builder openChildWorkflowExecutions(Integer openChildWorkflowExecutions)
The count of child workflow executions whose status is OPEN.
openChildWorkflowExecutions - The count of child workflow executions whose status is OPEN.WorkflowExecutionOpenCounts.Builder openLambdaFunctions(Integer openLambdaFunctions)
The count of Lambda tasks whose status is OPEN.
openLambdaFunctions - The count of Lambda tasks whose status is OPEN.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.