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()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()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.validation(CertificateValidation validation) Sets the value ofCertificateProps.getValidation()DnsValidatedCertificateProps.Builder.validationDomains(Map<String, String> validationDomains) Deprecated.use `validation` instead.DnsValidatedCertificateProps.Builder.validationMethod(ValidationMethod validationMethod) Deprecated.use `validation` instead.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.