public static interface RevocationConfiguration.Builder extends SdkPojo, CopyableBuilder<RevocationConfiguration.Builder,RevocationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default RevocationConfiguration.Builder |
crlConfiguration(Consumer<CrlConfiguration.Builder> crlConfiguration)
Configuration of the certificate revocation list (CRL), if any, maintained by your private CA.
|
RevocationConfiguration.Builder |
crlConfiguration(CrlConfiguration crlConfiguration)
Configuration of the certificate revocation list (CRL), if any, maintained by your private CA.
|
default RevocationConfiguration.Builder |
ocspConfiguration(Consumer<OcspConfiguration.Builder> ocspConfiguration)
Configuration of Online Certificate Status Protocol (OCSP) support, if any, maintained by your private CA.
|
RevocationConfiguration.Builder |
ocspConfiguration(OcspConfiguration ocspConfiguration)
Configuration of Online Certificate Status Protocol (OCSP) support, if any, maintained by your private CA.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRevocationConfiguration.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.
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.default RevocationConfiguration.Builder crlConfiguration(Consumer<CrlConfiguration.Builder> 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.
This is a convenience method that creates an instance of theCrlConfiguration.Builder avoiding the
need to create one manually via CrlConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to crlConfiguration(CrlConfiguration).
crlConfiguration - a consumer that will call methods on CrlConfiguration.BuildercrlConfiguration(CrlConfiguration)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.
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.default RevocationConfiguration.Builder ocspConfiguration(Consumer<OcspConfiguration.Builder> 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.
This is a convenience method that creates an instance of theOcspConfiguration.Builder avoiding the
need to create one manually via OcspConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to ocspConfiguration(OcspConfiguration).
ocspConfiguration - a consumer that will call methods on OcspConfiguration.BuilderocspConfiguration(OcspConfiguration)Copyright © 2023. All rights reserved.