Uses of Class
software.amazon.awscdk.services.certificatemanager.CfnCertificateProps.Builder
Packages that use CfnCertificateProps.Builder
Package
Description
AWS Certificate Manager Construct Library
-
Uses of CfnCertificateProps.Builder in software.amazon.awscdk.services.certificatemanager
Methods in software.amazon.awscdk.services.certificatemanager that return CfnCertificateProps.BuilderModifier and TypeMethodDescriptionstatic CfnCertificateProps.BuilderCfnCertificateProps.builder()CfnCertificateProps.Builder.certificateAuthorityArn(String certificateAuthorityArn) Sets the value ofCfnCertificateProps.getCertificateAuthorityArn()CfnCertificateProps.Builder.certificateTransparencyLoggingPreference(String certificateTransparencyLoggingPreference) Sets the value ofCfnCertificateProps.getCertificateTransparencyLoggingPreference()CfnCertificateProps.Builder.domainName(String domainName) Sets the value ofCfnCertificateProps.getDomainName()CfnCertificateProps.Builder.domainValidationOptions(List<? extends Object> domainValidationOptions) Sets the value ofCfnCertificateProps.getDomainValidationOptions()CfnCertificateProps.Builder.domainValidationOptions(IResolvable domainValidationOptions) Sets the value ofCfnCertificateProps.getDomainValidationOptions()CfnCertificateProps.Builder.subjectAlternativeNames(List<String> subjectAlternativeNames) Sets the value ofCfnCertificateProps.getSubjectAlternativeNames()Sets the value ofCfnCertificateProps.getTags()CfnCertificateProps.Builder.validationMethod(String validationMethod) Sets the value ofCfnCertificateProps.getValidationMethod()Constructors in software.amazon.awscdk.services.certificatemanager with parameters of type CfnCertificateProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnCertificateProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCertificateProps.Builder.