pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeHumanTaskUiInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn human_task_ui_name(self, input: impl Into<String>) -> Self
pub fn human_task_ui_name(self, input: impl Into<String>) -> Self
The name of the human task user interface (worker task template) you want information about.
sourcepub fn set_human_task_ui_name(self, input: Option<String>) -> Self
pub fn set_human_task_ui_name(self, input: Option<String>) -> Self
The name of the human task user interface (worker task template) you want information about.
sourcepub fn build(self) -> Result<DescribeHumanTaskUiInput, BuildError>
pub fn build(self) -> Result<DescribeHumanTaskUiInput, BuildError>
Consumes the builder and constructs a DescribeHumanTaskUiInput
.