Struct aws_sdk_sagemaker::operation::create_human_task_ui::builders::CreateHumanTaskUiOutputBuilder
source · #[non_exhaustive]pub struct CreateHumanTaskUiOutputBuilder { /* private fields */ }
Expand description
A builder for CreateHumanTaskUiOutput
.
Implementations§
source§impl CreateHumanTaskUiOutputBuilder
impl CreateHumanTaskUiOutputBuilder
sourcepub fn human_task_ui_arn(self, input: impl Into<String>) -> Self
pub fn human_task_ui_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the human review workflow user interface you create.
sourcepub fn set_human_task_ui_arn(self, input: Option<String>) -> Self
pub fn set_human_task_ui_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the human review workflow user interface you create.
sourcepub fn build(self) -> CreateHumanTaskUiOutput
pub fn build(self) -> CreateHumanTaskUiOutput
Consumes the builder and constructs a CreateHumanTaskUiOutput
.
Trait Implementations§
source§impl Clone for CreateHumanTaskUiOutputBuilder
impl Clone for CreateHumanTaskUiOutputBuilder
source§fn clone(&self) -> CreateHumanTaskUiOutputBuilder
fn clone(&self) -> CreateHumanTaskUiOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for CreateHumanTaskUiOutputBuilder
impl Default for CreateHumanTaskUiOutputBuilder
source§fn default() -> CreateHumanTaskUiOutputBuilder
fn default() -> CreateHumanTaskUiOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateHumanTaskUiOutputBuilder> for CreateHumanTaskUiOutputBuilder
impl PartialEq<CreateHumanTaskUiOutputBuilder> for CreateHumanTaskUiOutputBuilder
source§fn eq(&self, other: &CreateHumanTaskUiOutputBuilder) -> bool
fn eq(&self, other: &CreateHumanTaskUiOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.