Struct aws_sdk_cloudfront::model::public_key_list::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for PublicKeyList
Implementations
If there are more elements to be listed, this element is present and contains the value that you can use for the Marker
request parameter to continue listing your public keys where you left off.
If there are more elements to be listed, this element is present and contains the value that you can use for the Marker
request parameter to continue listing your public keys where you left off.
The maximum number of public keys you want in the response.
The maximum number of public keys you want in the response.
The number of public keys in the list.
Appends an item to items
.
To override the contents of this collection use set_items
.
A list of public keys.
A list of public keys.
Consumes the builder and constructs a PublicKeyList
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