Uses of Class
software.amazon.awscdk.services.certificatemanager.CertificationValidationProps.Builder
Package
Description
AWS Certificate Manager Construct Library
-
Uses of CertificationValidationProps.Builder in software.amazon.awscdk.services.certificatemanager
Modifier 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()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCertificationValidationProps.Builder
.