Interface CertificateDetails.Builder

  • Method Details

    • caIdentifier

      CertificateDetails.Builder caIdentifier(String caIdentifier)

      The CA identifier of the CA certificate used for the DB instance's server certificate.

      Parameters:
      caIdentifier - The CA identifier of the CA certificate used for the DB instance's server certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • validTill

      CertificateDetails.Builder validTill(Instant validTill)

      The expiration date of the DB instance’s server certificate.

      Parameters:
      validTill - The expiration date of the DB instance’s server certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.