Uses of Class
software.amazon.awscdk.services.certificatemanager.DnsValidatedCertificateProps.Builder
Packages that use DnsValidatedCertificateProps.Builder
Package
Description
AWS Certificate Manager Construct Library
-
Uses of DnsValidatedCertificateProps.Builder in software.amazon.awscdk.services.certificatemanager
Methods in software.amazon.awscdk.services.certificatemanager that return DnsValidatedCertificateProps.BuilderModifier and TypeMethodDescriptionDnsValidatedCertificateProps.Builder.allowExport(Boolean allowExport) Sets the value ofCertificateProps.getAllowExport()DnsValidatedCertificateProps.builder()DnsValidatedCertificateProps.Builder.certificateName(String certificateName) Sets the value ofCertificateProps.getCertificateName()DnsValidatedCertificateProps.Builder.cleanupRoute53Records(Boolean cleanupRoute53Records) Sets the value ofDnsValidatedCertificateProps.getCleanupRoute53Records()DnsValidatedCertificateProps.Builder.customResourceRole(IRole customResourceRole) Sets the value ofDnsValidatedCertificateProps.getCustomResourceRole()DnsValidatedCertificateProps.Builder.domainName(String domainName) Sets the value ofCertificateProps.getDomainName()DnsValidatedCertificateProps.Builder.hostedZone(IHostedZone hostedZone) Sets the value ofDnsValidatedCertificateProps.getHostedZone()DnsValidatedCertificateProps.Builder.keyAlgorithm(KeyAlgorithm keyAlgorithm) Sets the value ofCertificateProps.getKeyAlgorithm()Sets the value ofDnsValidatedCertificateProps.getRegion()DnsValidatedCertificateProps.Builder.route53Endpoint(String route53Endpoint) Sets the value ofDnsValidatedCertificateProps.getRoute53Endpoint()DnsValidatedCertificateProps.Builder.subjectAlternativeNames(List<String> subjectAlternativeNames) Sets the value ofCertificateProps.getSubjectAlternativeNames()DnsValidatedCertificateProps.Builder.transparencyLoggingEnabled(Boolean transparencyLoggingEnabled) Sets the value ofCertificateProps.getTransparencyLoggingEnabled()DnsValidatedCertificateProps.Builder.validation(CertificateValidation validation) Sets the value ofCertificateProps.getValidation()Constructors in software.amazon.awscdk.services.certificatemanager with parameters of type DnsValidatedCertificateProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theDnsValidatedCertificateProps.Builder.