Struct aws_sdk_cloudfront::model::query_string_cache_keys::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for QueryStringCacheKeys
Implementations
The number of whitelisted
query string parameters for a cache behavior.
The number of whitelisted
query string parameters for a cache behavior.
Appends an item to items
.
To override the contents of this collection use set_items
.
A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity
is 0, you can omit Items
.
A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity
is 0, you can omit Items
.
Consumes the builder and constructs a QueryStringCacheKeys
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