Struct aws_sdk_outposts::input::list_outposts_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ListOutpostsInput
Implementations
The pagination token.
The pagination token.
The maximum page size.
The maximum page size.
Appends an item to life_cycle_status_filter
.
To override the contents of this collection use set_life_cycle_status_filter
.
A filter for the lifecycle status of the Outpost.
Filter values are case sensitive. If you specify multiple values for a filter, the values
are joined with an OR
, and the request returns all results that match any of the
specified values.
A filter for the lifecycle status of the Outpost.
Filter values are case sensitive. If you specify multiple values for a filter, the values
are joined with an OR
, and the request returns all results that match any of the
specified values.
Appends an item to availability_zone_filter
.
To override the contents of this collection use set_availability_zone_filter
.
A filter for the Availibility Zone (us-east-1a
) of the Outpost.
Filter values are case sensitive. If you specify multiple values for a filter, the values
are joined with an OR
, and the request returns all results that match any of the
specified values.
A filter for the Availibility Zone (us-east-1a
) of the Outpost.
Filter values are case sensitive. If you specify multiple values for a filter, the values
are joined with an OR
, and the request returns all results that match any of the
specified values.
Appends an item to availability_zone_id_filter
.
To override the contents of this collection use set_availability_zone_id_filter
.
A filter for the AZ IDs (use1-az1
) of the Outpost.
Filter values are case sensitive. If you specify multiple values for a filter, the values
are joined with an OR
, and the request returns all results that match any of the
specified values.
A filter for the AZ IDs (use1-az1
) of the Outpost.
Filter values are case sensitive. If you specify multiple values for a filter, the values
are joined with an OR
, and the request returns all results that match any of the
specified values.
Consumes the builder and constructs a ListOutpostsInput
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