static CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.builder() |
|
CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.domain(String domain) |
The name of the domain containing the workflow executions to count.
|
default CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.executionFilter(Consumer<WorkflowExecutionFilter.Builder> executionFilter) |
If specified, only workflow executions matching the WorkflowId in the filter are counted.
|
CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.executionFilter(WorkflowExecutionFilter executionFilter) |
If specified, only workflow executions matching the WorkflowId in the filter are counted.
|
CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.startTimeFilter(Consumer<ExecutionTimeFilter.Builder> startTimeFilter) |
Specifies the start time criteria that workflow executions must meet in order to be counted.
|
CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.startTimeFilter(ExecutionTimeFilter startTimeFilter) |
Specifies the start time criteria that workflow executions must meet in order to be counted.
|
default CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.tagFilter(Consumer<TagFilter.Builder> tagFilter) |
If specified, only executions that have a tag that matches the filter are counted.
|
CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.tagFilter(TagFilter tagFilter) |
If specified, only executions that have a tag that matches the filter are counted.
|
CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.toBuilder() |
|
default CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.typeFilter(Consumer<WorkflowTypeFilter.Builder> typeFilter) |
Specifies the type of the workflow executions to be counted.
|
CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.typeFilter(WorkflowTypeFilter typeFilter) |
Specifies the type of the workflow executions to be counted.
|