pub struct Builder { /* private fields */ }
Expand description
A builder for ListHumanTaskUisOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn human_task_ui_summaries(self, input: HumanTaskUiSummary) -> Self
pub fn human_task_ui_summaries(self, input: HumanTaskUiSummary) -> Self
Appends an item to human_task_ui_summaries
.
To override the contents of this collection use set_human_task_ui_summaries
.
An array of objects describing the human task user interfaces.
sourcepub fn set_human_task_ui_summaries(
self,
input: Option<Vec<HumanTaskUiSummary>>
) -> Self
pub fn set_human_task_ui_summaries(
self,
input: Option<Vec<HumanTaskUiSummary>>
) -> Self
An array of objects describing the human task user interfaces.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token to resume pagination.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token to resume pagination.
sourcepub fn build(self) -> ListHumanTaskUisOutput
pub fn build(self) -> ListHumanTaskUisOutput
Consumes the builder and constructs a ListHumanTaskUisOutput
.