Struct aws_sdk_sagemaker::input::list_device_fleets_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ListDeviceFleetsInput
Implementations
The response from the last list when returning a list large enough to need tokening.
The response from the last list when returning a list large enough to need tokening.
The maximum number of results to select.
The maximum number of results to select.
Filter fleets where packaging job was created after specified time.
Filter fleets where packaging job was created after specified time.
Filter fleets where the edge packaging job was created before specified time.
Filter fleets where the edge packaging job was created before specified time.
Select fleets where the job was updated after X
Select fleets where the job was updated after X
Select fleets where the job was updated before X
Select fleets where the job was updated before X
Filter for fleets containing this name in their fleet device name.
Filter for fleets containing this name in their fleet device name.
The column to sort by.
The column to sort by.
What direction to sort in.
What direction to sort in.
Consumes the builder and constructs a ListDeviceFleetsInput
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