Struct aws_sdk_datasync::input::list_locations_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ListLocationsInput
Implementations
The maximum number of locations to return.
The maximum number of locations to return.
An opaque string that indicates the position at which to begin the next list of locations.
An opaque string that indicates the position at which to begin the next list of locations.
Appends an item to filters
.
To override the contents of this collection use set_filters
.
You can use API filters to narrow down the list of resources returned by ListLocations
.
For example, to retrieve all tasks on a specific source location, you can use ListLocations
with filter name LocationType S3
and Operator Equals
.
You can use API filters to narrow down the list of resources returned by ListLocations
.
For example, to retrieve all tasks on a specific source location, you can use ListLocations
with filter name LocationType S3
and Operator Equals
.
Consumes the builder and constructs a ListLocationsInput
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