public static interface RenewalSummary.Builder extends SdkPojo, CopyableBuilder<RenewalSummary.Builder,RenewalSummary>
| Modifier and Type | Method and Description |
|---|---|
RenewalSummary.Builder |
domainValidationOptions(Collection<DomainValidation> domainValidationOptions)
Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal.
|
RenewalSummary.Builder |
domainValidationOptions(Consumer<DomainValidation.Builder>... domainValidationOptions)
Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal.
|
RenewalSummary.Builder |
domainValidationOptions(DomainValidation... domainValidationOptions)
Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal.
|
RenewalSummary.Builder |
renewalStatus(RenewalStatus renewalStatus)
The status of ACM's managed
renewal of the certificate.
|
RenewalSummary.Builder |
renewalStatus(String renewalStatus)
The status of ACM's managed
renewal of the certificate.
|
RenewalSummary.Builder |
renewalStatusReason(FailureReason renewalStatusReason)
The reason that a renewal request was unsuccessful.
|
RenewalSummary.Builder |
renewalStatusReason(String renewalStatusReason)
The reason that a renewal request was unsuccessful.
|
RenewalSummary.Builder |
updatedAt(Instant updatedAt)
The time at which the renewal summary was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRenewalSummary.Builder renewalStatus(String renewalStatus)
The status of ACM's managed renewal of the certificate.
renewalStatus - The status of ACM's managed renewal of the
certificate.RenewalStatus,
RenewalStatusRenewalSummary.Builder renewalStatus(RenewalStatus renewalStatus)
The status of ACM's managed renewal of the certificate.
renewalStatus - The status of ACM's managed renewal of the
certificate.RenewalStatus,
RenewalStatusRenewalSummary.Builder domainValidationOptions(Collection<DomainValidation> domainValidationOptions)
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.
domainValidationOptions - 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.RenewalSummary.Builder domainValidationOptions(DomainValidation... domainValidationOptions)
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.
domainValidationOptions - 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.RenewalSummary.Builder domainValidationOptions(Consumer<DomainValidation.Builder>... domainValidationOptions)
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.
DomainValidation.Builder avoiding the need to create one
manually via DomainValidation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #domainValidationOptions(List.
domainValidationOptions - a consumer that will call methods on
DomainValidation.Builder#domainValidationOptions(java.util.Collection) RenewalSummary.Builder renewalStatusReason(String renewalStatusReason)
The reason that a renewal request was unsuccessful.
renewalStatusReason - The reason that a renewal request was unsuccessful.FailureReason,
FailureReasonRenewalSummary.Builder renewalStatusReason(FailureReason renewalStatusReason)
The reason that a renewal request was unsuccessful.
renewalStatusReason - The reason that a renewal request was unsuccessful.FailureReason,
FailureReasonRenewalSummary.Builder updatedAt(Instant updatedAt)
The time at which the renewal summary was last updated.
updatedAt - The time at which the renewal summary was last updated.Copyright © 2023. All rights reserved.