Struct aws_sdk_sagemaker::input::list_workforces_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ListWorkforcesInput
Implementations
Sort workforces using the workforce name or creation date.
Sort workforces using the workforce name or creation date.
Sort workforces in ascending or descending order.
Sort workforces in ascending or descending order.
A filter you can use to search for workforces using part of the workforce name.
A filter you can use to search for workforces using part of the workforce name.
A token to resume pagination.
A token to resume pagination.
The maximum number of workforces returned in the response.
The maximum number of workforces returned in the response.
Consumes the builder and constructs a ListWorkforcesInput
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