CopyableBuilder<CountOpenWorkflowExecutionsRequest.Builder,CountOpenWorkflowExecutionsRequest>, SdkBuilder<CountOpenWorkflowExecutionsRequest.Builder,CountOpenWorkflowExecutionsRequest>public static interface CountOpenWorkflowExecutionsRequest.Builder extends CopyableBuilder<CountOpenWorkflowExecutionsRequest.Builder,CountOpenWorkflowExecutionsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
CountOpenWorkflowExecutionsRequest.Builder |
domain(String domain) |
The name of the domain containing the workflow executions to count.
|
CountOpenWorkflowExecutionsRequest.Builder |
executionFilter(WorkflowExecutionFilter executionFilter) |
If specified, only workflow executions matching the
WorkflowId in the filter are counted. |
CountOpenWorkflowExecutionsRequest.Builder |
startTimeFilter(ExecutionTimeFilter startTimeFilter) |
Specifies the start time criteria that workflow executions must meet in order to be counted.
|
CountOpenWorkflowExecutionsRequest.Builder |
tagFilter(TagFilter tagFilter) |
If specified, only executions that have a tag that matches the filter are counted.
|
CountOpenWorkflowExecutionsRequest.Builder |
typeFilter(WorkflowTypeFilter typeFilter) |
Specifies the type of the workflow executions to be counted.
|
copyapply, buildCountOpenWorkflowExecutionsRequest.Builder domain(String domain)
The name of the domain containing the workflow executions to count.
domain - The name of the domain containing the workflow executions to count.CountOpenWorkflowExecutionsRequest.Builder startTimeFilter(ExecutionTimeFilter startTimeFilter)
Specifies the start time criteria that workflow executions must meet in order to be counted.
startTimeFilter - Specifies the start time criteria that workflow executions must meet in order to be counted.CountOpenWorkflowExecutionsRequest.Builder typeFilter(WorkflowTypeFilter typeFilter)
Specifies the type of the workflow executions to be counted.
executionFilter, typeFilter and tagFilter are mutually
exclusive. You can specify at most one of these in a request.typeFilter - Specifies the type of the workflow executions to be counted. executionFilter,
typeFilter and tagFilter are mutually exclusive. You can specify at most one
of these in a request.CountOpenWorkflowExecutionsRequest.Builder tagFilter(TagFilter tagFilter)
If specified, only executions that have a tag that matches the filter are counted.
executionFilter, typeFilter and tagFilter are mutually
exclusive. You can specify at most one of these in a request.tagFilter - If specified, only executions that have a tag that matches the filter are counted. executionFilter, typeFilter and tagFilter are mutually
exclusive. You can specify at most one of these in a request.CountOpenWorkflowExecutionsRequest.Builder executionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the WorkflowId in the filter are counted.
executionFilter, typeFilter and tagFilter are mutually
exclusive. You can specify at most one of these in a request.executionFilter - If specified, only workflow executions matching the WorkflowId in the filter are
counted. executionFilter, typeFilter and tagFilter
are mutually exclusive. You can specify at most one of these in a request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.