Struct aws_sdk_sagemaker::operation::create_human_task_ui::builders::CreateHumanTaskUiInputBuilder
source · #[non_exhaustive]pub struct CreateHumanTaskUiInputBuilder { /* private fields */ }
Expand description
A builder for CreateHumanTaskUiInput
.
Implementations§
source§impl CreateHumanTaskUiInputBuilder
impl CreateHumanTaskUiInputBuilder
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 user interface you are creating.
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 user interface you are creating.
sourcepub fn ui_template(self, input: UiTemplate) -> Self
pub fn ui_template(self, input: UiTemplate) -> Self
The Liquid template for the worker user interface.
sourcepub fn set_ui_template(self, input: Option<UiTemplate>) -> Self
pub fn set_ui_template(self, input: Option<UiTemplate>) -> Self
The Liquid template for the worker user interface.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface. Each tag consists of a key and a value, both of which you define.
An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface. Each tag consists of a key and a value, both of which you define.
sourcepub fn build(self) -> Result<CreateHumanTaskUiInput, BuildError>
pub fn build(self) -> Result<CreateHumanTaskUiInput, BuildError>
Consumes the builder and constructs a CreateHumanTaskUiInput
.
Trait Implementations§
source§impl Clone for CreateHumanTaskUiInputBuilder
impl Clone for CreateHumanTaskUiInputBuilder
source§fn clone(&self) -> CreateHumanTaskUiInputBuilder
fn clone(&self) -> CreateHumanTaskUiInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateHumanTaskUiInputBuilder
impl Default for CreateHumanTaskUiInputBuilder
source§fn default() -> CreateHumanTaskUiInputBuilder
fn default() -> CreateHumanTaskUiInputBuilder
source§impl PartialEq<CreateHumanTaskUiInputBuilder> for CreateHumanTaskUiInputBuilder
impl PartialEq<CreateHumanTaskUiInputBuilder> for CreateHumanTaskUiInputBuilder
source§fn eq(&self, other: &CreateHumanTaskUiInputBuilder) -> bool
fn eq(&self, other: &CreateHumanTaskUiInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.