Uses of Class
software.amazon.awscdk.services.certificatemanager.CfnCertificateProps.Builder
Package
Description
AWS Certificate Manager Construct Library
-
Uses of CfnCertificateProps.Builder in software.amazon.awscdk.services.certificatemanager
Modifier and TypeMethodDescriptionstatic CfnCertificateProps.Builder
CfnCertificateProps.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.keyAlgorithm
(String keyAlgorithm) Sets the value ofCfnCertificateProps.getKeyAlgorithm()
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()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnCertificateProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCertificateProps.Builder
.