Struct aws_sdk_swf::input::count_open_workflow_executions_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CountOpenWorkflowExecutionsInput
Implementations
The name of the domain containing the workflow executions to count.
The name of the domain containing the workflow executions to count.
Specifies the start time criteria that workflow executions must meet in order to be counted.
Specifies the start time criteria that workflow executions must meet in order to be counted.
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.
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.
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.
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.
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.
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.
Consumes the builder and constructs a CountOpenWorkflowExecutionsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more