pub struct Builder { /* private fields */ }
Expand description
A builder for CreateHumanTaskUiOutput
.
Implementations§
source§impl Builder
impl Builder
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
.