Uses of Class
software.amazon.awscdk.services.certificatemanager.CertificateProps.Builder
Packages that use CertificateProps.Builder
Package
Description
AWS Certificate Manager Construct Library
-
Uses of CertificateProps.Builder in software.amazon.awscdk.services.certificatemanager
Methods in software.amazon.awscdk.services.certificatemanager that return CertificateProps.BuilderModifier and TypeMethodDescriptionCertificateProps.Builder.allowExport(Boolean allowExport) Sets the value ofCertificateProps.getAllowExport()static CertificateProps.BuilderCertificateProps.builder()CertificateProps.Builder.certificateName(String certificateName) Sets the value ofCertificateProps.getCertificateName()CertificateProps.Builder.domainName(String domainName) Sets the value ofCertificateProps.getDomainName()CertificateProps.Builder.keyAlgorithm(KeyAlgorithm keyAlgorithm) Sets the value ofCertificateProps.getKeyAlgorithm()CertificateProps.Builder.subjectAlternativeNames(List<String> subjectAlternativeNames) Sets the value ofCertificateProps.getSubjectAlternativeNames()CertificateProps.Builder.transparencyLoggingEnabled(Boolean transparencyLoggingEnabled) Sets the value ofCertificateProps.getTransparencyLoggingEnabled()CertificateProps.Builder.validation(CertificateValidation validation) Sets the value ofCertificateProps.getValidation()Constructors in software.amazon.awscdk.services.certificatemanager with parameters of type CertificateProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CertificateProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCertificateProps.Builder.