pub struct Builder { /* private fields */ }
Expand description
A builder for CountOpenWorkflowExecutionsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn truncated(self, input: bool) -> Self
pub fn truncated(self, input: bool) -> Self
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
sourcepub fn set_truncated(self, input: Option<bool>) -> Self
pub fn set_truncated(self, input: Option<bool>) -> Self
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
sourcepub fn build(self) -> CountOpenWorkflowExecutionsOutput
pub fn build(self) -> CountOpenWorkflowExecutionsOutput
Consumes the builder and constructs a CountOpenWorkflowExecutionsOutput
.