Struct aws_sdk_acm::input::list_certificates_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ListCertificatesInput
Implementations
Appends an item to certificate_statuses
.
To override the contents of this collection use set_certificate_statuses
.
Filter the certificate list by status value.
Filter the certificate list by status value.
Filter the certificate list. For more information, see the Filters structure.
Filter the certificate list. For more information, see the Filters structure.
Use this parameter only when paginating results and only in a subsequent request after you
receive a response with truncated results. Set it to the value of NextToken
from
the response you just received.
Use this parameter only when paginating results and only in a subsequent request after you
receive a response with truncated results. Set it to the value of NextToken
from
the response you just received.
Use this parameter when paginating results to specify the maximum number of items to
return in the response. If additional items exist beyond the number you specify, the
NextToken
element is sent in the response. Use this NextToken
value in a subsequent request to retrieve additional items.
Use this parameter when paginating results to specify the maximum number of items to
return in the response. If additional items exist beyond the number you specify, the
NextToken
element is sent in the response. Use this NextToken
value in a subsequent request to retrieve additional items.
Consumes the builder and constructs a ListCertificatesInput
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