Uses of Class
software.amazon.awscdk.services.certificatemanager.CertificationValidationProps.Builder
Packages that use CertificationValidationProps.Builder
Package
Description
AWS Certificate Manager Construct Library
-
Uses of CertificationValidationProps.Builder in software.amazon.awscdk.services.certificatemanager
Methods in software.amazon.awscdk.services.certificatemanager that return CertificationValidationProps.BuilderModifier and TypeMethodDescriptionCertificationValidationProps.builder()
CertificationValidationProps.Builder.hostedZone
(IHostedZone hostedZone) Sets the value ofCertificationValidationProps.getHostedZone()
CertificationValidationProps.Builder.hostedZones
(Map<String, ? extends IHostedZone> hostedZones) Sets the value ofCertificationValidationProps.getHostedZones()
CertificationValidationProps.Builder.method
(ValidationMethod method) Sets the value ofCertificationValidationProps.getMethod()
CertificationValidationProps.Builder.validationDomains
(Map<String, String> validationDomains) Sets the value ofCertificationValidationProps.getValidationDomains()
Constructors in software.amazon.awscdk.services.certificatemanager with parameters of type CertificationValidationProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCertificationValidationProps.Builder
.