Struct aws_sdk_acm::model::filters::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Filters
Implementations
Appends an item to extended_key_usage
.
To override the contents of this collection use set_extended_key_usage
.
Specify one or more ExtendedKeyUsage
extension values.
Specify one or more ExtendedKeyUsage
extension values.
Appends an item to key_usage
.
To override the contents of this collection use set_key_usage
.
Specify one or more KeyUsage
extension values.
Specify one or more KeyUsage
extension values.
Appends an item to key_types
.
To override the contents of this collection use set_key_types
.
Specify one or more algorithms that can be used to generate key pairs.
Default filtering returns only RSA_1024
and RSA_2048
certificates that have at least one domain. To return other certificate types, provide the desired type signatures in a comma-separated list. For example, "keyTypes": ["RSA_2048,RSA_4096"]
returns both RSA_2048
and RSA_4096
certificates.
Specify one or more algorithms that can be used to generate key pairs.
Default filtering returns only RSA_1024
and RSA_2048
certificates that have at least one domain. To return other certificate types, provide the desired type signatures in a comma-separated list. For example, "keyTypes": ["RSA_2048,RSA_4096"]
returns both RSA_2048
and RSA_4096
certificates.
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