Interface UpdateSummary.Builder

  • Method Details

    • status

      UpdateSummary.Builder status(String status)

      The status of the certificate update. The following are valid values:

      • PENDING_DOMAIN_VALIDATION – The certificate update is waiting for domain ownership validation to complete.

      • SUCCESS – The certificate was updated successfully.

      • FAILED – The certificate update failed.

      Parameters:
      status - The status of the certificate update. The following are valid values:

      • PENDING_DOMAIN_VALIDATION – The certificate update is waiting for domain ownership validation to complete.

      • SUCCESS – The certificate was updated successfully.

      • FAILED – The certificate update failed.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the certificate update. The following are valid values:

      • PENDING_DOMAIN_VALIDATION – The certificate update is waiting for domain ownership validation to complete.

      • SUCCESS – The certificate was updated successfully.

      • FAILED – The certificate update failed.

      Parameters:
      status - The status of the certificate update. The following are valid values:

      • PENDING_DOMAIN_VALIDATION – The certificate update is waiting for domain ownership validation to complete.

      • SUCCESS – The certificate was updated successfully.

      • FAILED – The certificate update failed.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of update that was requested for the certificate. The following are valid values:

      • DOMAIN_VALIDATION_METHOD – The update changes the domain validation method for the certificate.

      Parameters:
      type - The type of update that was requested for the certificate. The following are valid values:

      • DOMAIN_VALIDATION_METHOD – The update changes the domain validation method for the certificate.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of update that was requested for the certificate. The following are valid values:

      • DOMAIN_VALIDATION_METHOD – The update changes the domain validation method for the certificate.

      Parameters:
      type - The type of update that was requested for the certificate. The following are valid values:

      • DOMAIN_VALIDATION_METHOD – The update changes the domain validation method for the certificate.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • domainValidationMethodUpdateSummary

      UpdateSummary.Builder domainValidationMethodUpdateSummary(DomainValidationMethodUpdateSummary domainValidationMethodUpdateSummary)

      Contains information about a domain validation method migration, including the previous and target validation methods.

      Parameters:
      domainValidationMethodUpdateSummary - Contains information about a domain validation method migration, including the previous and target validation methods.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainValidationMethodUpdateSummary

      default UpdateSummary.Builder domainValidationMethodUpdateSummary(Consumer<DomainValidationMethodUpdateSummary.Builder> domainValidationMethodUpdateSummary)

      Contains information about a domain validation method migration, including the previous and target validation methods.

      This is a convenience method that creates an instance of the DomainValidationMethodUpdateSummary.Builder avoiding the need to create one manually via DomainValidationMethodUpdateSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to domainValidationMethodUpdateSummary(DomainValidationMethodUpdateSummary).

      Parameters:
      domainValidationMethodUpdateSummary - a consumer that will call methods on DomainValidationMethodUpdateSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • requestedAt

      UpdateSummary.Builder requestedAt(Instant requestedAt)

      The time at which the certificate update was requested.

      Parameters:
      requestedAt - The time at which the certificate update was requested.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      UpdateSummary.Builder updatedAt(Instant updatedAt)

      The time at which the certificate update status was last changed.

      Parameters:
      updatedAt - The time at which the certificate update status was last changed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.