Struct aws_sdk_sagemaker::input::list_human_task_uis_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ListHumanTaskUisInput
Implementations
A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.
A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.
A filter that returns only human task user interfaces that were created before the specified timestamp.
A filter that returns only human task user interfaces that were created before the specified timestamp.
An optional value that specifies whether you want the results sorted in Ascending
or Descending
order.
An optional value that specifies whether you want the results sorted in Ascending
or Descending
order.
A token to resume pagination.
A token to resume pagination.
The total number of items to return. If the total number of available items is more than the value specified in MaxResults
, then a NextToken
will be provided in the output that you can use to resume pagination.
The total number of items to return. If the total number of available items is more than the value specified in MaxResults
, then a NextToken
will be provided in the output that you can use to resume pagination.
Consumes the builder and constructs a ListHumanTaskUisInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more