Struct aws_sdk_acm::model::renewal_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for RenewalSummary
Implementations
The status of ACM's managed renewal of the certificate.
The status of ACM's managed renewal of the certificate.
Appends an item to domain_validation_options
.
To override the contents of this collection use set_domain_validation_options
.
Contains information about the validation of each domain name in the certificate, as it
pertains to ACM's managed
renewal. This is different from the initial validation that occurs as a result of
the RequestCertificate request. This field exists only when the certificate
type is AMAZON_ISSUED
.
Contains information about the validation of each domain name in the certificate, as it
pertains to ACM's managed
renewal. This is different from the initial validation that occurs as a result of
the RequestCertificate request. This field exists only when the certificate
type is AMAZON_ISSUED
.
The reason that a renewal request was unsuccessful.
The reason that a renewal request was unsuccessful.
The time at which the renewal summary was last updated.
The time at which the renewal summary was last updated.
Consumes the builder and constructs a RenewalSummary
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