pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteHumanTaskUiInput
.
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 (work task template) you want to delete.
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 (work task template) you want to delete.
sourcepub fn build(self) -> Result<DeleteHumanTaskUiInput, BuildError>
pub fn build(self) -> Result<DeleteHumanTaskUiInput, BuildError>
Consumes the builder and constructs a DeleteHumanTaskUiInput
.