Interface RevocationConfiguration.Builder

    • Method Detail

      • crlConfiguration

        RevocationConfiguration.Builder crlConfiguration​(CrlConfiguration crlConfiguration)

        Configuration of the certificate revocation list (CRL), if any, maintained by your private CA. A CRL is typically updated approximately 30 minutes after a certificate is revoked. If for any reason a CRL update fails, Amazon Web Services Private CA makes further attempts every 15 minutes.

        Parameters:
        crlConfiguration - Configuration of the certificate revocation list (CRL), if any, maintained by your private CA. A CRL is typically updated approximately 30 minutes after a certificate is revoked. If for any reason a CRL update fails, Amazon Web Services Private CA makes further attempts every 15 minutes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ocspConfiguration

        RevocationConfiguration.Builder ocspConfiguration​(OcspConfiguration ocspConfiguration)

        Configuration of Online Certificate Status Protocol (OCSP) support, if any, maintained by your private CA. When you revoke a certificate, OCSP responses may take up to 60 minutes to reflect the new status.

        Parameters:
        ocspConfiguration - Configuration of Online Certificate Status Protocol (OCSP) support, if any, maintained by your private CA. When you revoke a certificate, OCSP responses may take up to 60 minutes to reflect the new status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.