Interface RenewalSummary.Builder

    • Method Detail

      • domainValidationOptions

        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. 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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainValidationOptions

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainValidationOptions

        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.

        This is a convenience method that creates an instance of the 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).

        Parameters:
        domainValidationOptions - a consumer that will call methods on DomainValidation.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #domainValidationOptions(java.util.Collection)
      • renewalStatusReason

        RenewalSummary.Builder renewalStatusReason​(String renewalStatusReason)

        The reason that a renewal request was unsuccessful.

        Parameters:
        renewalStatusReason - The reason that a renewal request was unsuccessful.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FailureReason, FailureReason
      • renewalStatusReason

        RenewalSummary.Builder renewalStatusReason​(FailureReason renewalStatusReason)

        The reason that a renewal request was unsuccessful.

        Parameters:
        renewalStatusReason - The reason that a renewal request was unsuccessful.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FailureReason, FailureReason
      • updatedAt

        RenewalSummary.Builder updatedAt​(Instant updatedAt)

        The time at which the renewal summary was last updated.

        Parameters:
        updatedAt - The time at which the renewal summary was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.