pub struct Builder { /* private fields */ }
Expand description
A builder for CountPendingDecisionTasksInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn domain(self, input: impl Into<String>) -> Self
pub fn domain(self, input: impl Into<String>) -> Self
The name of the domain that contains the task list.
sourcepub fn set_domain(self, input: Option<String>) -> Self
pub fn set_domain(self, input: Option<String>) -> Self
The name of the domain that contains the task list.
sourcepub fn set_task_list(self, input: Option<TaskList>) -> Self
pub fn set_task_list(self, input: Option<TaskList>) -> Self
The name of the task list.
sourcepub fn build(self) -> Result<CountPendingDecisionTasksInput, BuildError>
pub fn build(self) -> Result<CountPendingDecisionTasksInput, BuildError>
Consumes the builder and constructs a CountPendingDecisionTasksInput
.