CopyableBuilder<WorkflowExecutionOpenCounts.Builder,WorkflowExecutionOpenCounts>
, SdkBuilder<WorkflowExecutionOpenCounts.Builder,WorkflowExecutionOpenCounts>
public static interface WorkflowExecutionOpenCounts.Builder extends CopyableBuilder<WorkflowExecutionOpenCounts.Builder,WorkflowExecutionOpenCounts>
Modifier and Type | Method | 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 AWS Lambda functions that are currently executing.
|
WorkflowExecutionOpenCounts.Builder |
openTimers(Integer openTimers) |
The count of timers started by this workflow execution that have not fired yet.
|
copy
apply, build
WorkflowExecutionOpenCounts.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 AWS Lambda functions that are currently executing.
openLambdaFunctions
- The count of AWS Lambda functions that are currently executing.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.