CopyableBuilder<CountClosedWorkflowExecutionsRequest.Builder,CountClosedWorkflowExecutionsRequest>
, SdkBuilder<CountClosedWorkflowExecutionsRequest.Builder,CountClosedWorkflowExecutionsRequest>
public static interface CountClosedWorkflowExecutionsRequest.Builder extends CopyableBuilder<CountClosedWorkflowExecutionsRequest.Builder,CountClosedWorkflowExecutionsRequest>
Modifier and Type | Method | Description |
---|---|---|
CountClosedWorkflowExecutionsRequest.Builder |
closeStatusFilter(CloseStatusFilter closeStatusFilter) |
If specified, only workflow executions that match this close status are counted.
|
CountClosedWorkflowExecutionsRequest.Builder |
closeTimeFilter(ExecutionTimeFilter closeTimeFilter) |
If specified, only workflow executions that meet the close time criteria of the filter are counted.
|
CountClosedWorkflowExecutionsRequest.Builder |
domain(String domain) |
The name of the domain containing the workflow executions to count.
|
CountClosedWorkflowExecutionsRequest.Builder |
executionFilter(WorkflowExecutionFilter executionFilter) |
If specified, only workflow executions matching the
WorkflowId in the filter are counted. |
CountClosedWorkflowExecutionsRequest.Builder |
startTimeFilter(ExecutionTimeFilter startTimeFilter) |
If specified, only workflow executions that meet the start time criteria of the filter are counted.
|
CountClosedWorkflowExecutionsRequest.Builder |
tagFilter(TagFilter tagFilter) |
If specified, only executions that have a tag that matches the filter are counted.
|
CountClosedWorkflowExecutionsRequest.Builder |
typeFilter(WorkflowTypeFilter typeFilter) |
If specified, indicates the type of the workflow executions to be counted.
|
copy
apply, build
CountClosedWorkflowExecutionsRequest.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.CountClosedWorkflowExecutionsRequest.Builder startTimeFilter(ExecutionTimeFilter startTimeFilter)
If specified, only workflow executions that meet the start time criteria of the filter are counted.
startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify
one of these in a request but not both.startTimeFilter
- If specified, only workflow executions that meet the start time criteria of the filter are
counted. startTimeFilter
and closeTimeFilter
are mutually
exclusive. You must specify one of these in a request but not both.CountClosedWorkflowExecutionsRequest.Builder closeTimeFilter(ExecutionTimeFilter closeTimeFilter)
If specified, only workflow executions that meet the close time criteria of the filter are counted.
startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify
one of these in a request but not both.closeTimeFilter
- If specified, only workflow executions that meet the close time criteria of the filter are
counted. startTimeFilter
and closeTimeFilter
are mutually
exclusive. You must specify one of these in a request but not both.CountClosedWorkflowExecutionsRequest.Builder executionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the WorkflowId
in the filter are counted.
closeStatusFilter
, 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. closeStatusFilter
, executionFilter
,
typeFilter
and tagFilter
are mutually exclusive. You can specify at most one
of these in a request.CountClosedWorkflowExecutionsRequest.Builder typeFilter(WorkflowTypeFilter typeFilter)
If specified, indicates the type of the workflow executions to be counted.
closeStatusFilter
, executionFilter
, typeFilter
and
tagFilter
are mutually exclusive. You can specify at most one of these in a request.typeFilter
- If specified, indicates the type of the workflow executions to be counted. closeStatusFilter
, executionFilter
, typeFilter
and
tagFilter
are mutually exclusive. You can specify at most one of these in a request.CountClosedWorkflowExecutionsRequest.Builder tagFilter(TagFilter tagFilter)
If specified, only executions that have a tag that matches the filter are counted.
closeStatusFilter
, 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. closeStatusFilter
, executionFilter
, typeFilter
and
tagFilter
are mutually exclusive. You can specify at most one of these in a request.CountClosedWorkflowExecutionsRequest.Builder closeStatusFilter(CloseStatusFilter closeStatusFilter)
If specified, only workflow executions that match this close status are counted. This filter has an affect
only if executionStatus
is specified as CLOSED
.
closeStatusFilter
, executionFilter
, typeFilter
and
tagFilter
are mutually exclusive. You can specify at most one of these in a request.closeStatusFilter
- If specified, only workflow executions that match this close status are counted. This filter has an
affect only if executionStatus
is specified as CLOSED
. closeStatusFilter
, 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.