Interface RenewalSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RenewalSummary.Builder,RenewalSummary>, SdkBuilder<RenewalSummary.Builder,RenewalSummary>, SdkPojo
Enclosing class:
RenewalSummary

public static interface RenewalSummary.Builder extends SdkPojo, CopyableBuilder<RenewalSummary.Builder,RenewalSummary>
  • Method Details

    • renewalStatus

      RenewalSummary.Builder renewalStatus(String renewalStatus)

      The status of ACM's managed renewal of the certificate.

      Parameters:
      renewalStatus - The status of ACM's managed renewal of the certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • renewalStatus

      RenewalSummary.Builder renewalStatus(RenewalStatus renewalStatus)

      The status of ACM's managed renewal of the certificate.

      Parameters:
      renewalStatus - The status of ACM's managed renewal of the certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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<DomainValidation>).

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