Uses of Interface
software.amazon.awssdk.services.acm.model.CertificateOptions.Builder
-
Packages that use CertificateOptions.Builder Package Description software.amazon.awssdk.services.acm.model -
-
Uses of CertificateOptions.Builder in software.amazon.awssdk.services.acm.model
Methods in software.amazon.awssdk.services.acm.model that return CertificateOptions.Builder Modifier and Type Method Description static CertificateOptions.BuilderCertificateOptions. builder()CertificateOptions.BuilderCertificateOptions.Builder. certificateTransparencyLoggingPreference(String certificateTransparencyLoggingPreference)You can opt out of certificate transparency logging by specifying theDISABLEDoption.CertificateOptions.BuilderCertificateOptions.Builder. certificateTransparencyLoggingPreference(CertificateTransparencyLoggingPreference certificateTransparencyLoggingPreference)You can opt out of certificate transparency logging by specifying theDISABLEDoption.CertificateOptions.BuilderCertificateOptions. toBuilder()Methods in software.amazon.awssdk.services.acm.model that return types with arguments of type CertificateOptions.Builder Modifier and Type Method Description static Class<? extends CertificateOptions.Builder>CertificateOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.acm.model with type arguments of type CertificateOptions.Builder Modifier and Type Method Description default CertificateDetail.BuilderCertificateDetail.Builder. options(Consumer<CertificateOptions.Builder> options)Value that specifies whether to add the certificate to a transparency log.default RequestCertificateRequest.BuilderRequestCertificateRequest.Builder. options(Consumer<CertificateOptions.Builder> options)Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log.default UpdateCertificateOptionsRequest.BuilderUpdateCertificateOptionsRequest.Builder. options(Consumer<CertificateOptions.Builder> options)Use to update the options for your certificate.
-