Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.certificatemanager.CfnCertificateMixinProps.Builder
Packages that use CfnCertificateMixinProps.Builder
-
Uses of CfnCertificateMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.certificatemanager
Methods in software.amazon.awscdk.cfnpropertymixins.services.certificatemanager that return CfnCertificateMixinProps.BuilderModifier and TypeMethodDescriptionCfnCertificateMixinProps.builder()CfnCertificateMixinProps.Builder.certificateAuthorityArn(String certificateAuthorityArn) Sets the value ofCfnCertificateMixinProps.getCertificateAuthorityArn()CfnCertificateMixinProps.Builder.certificateExport(String certificateExport) Sets the value ofCfnCertificateMixinProps.getCertificateExport()CfnCertificateMixinProps.Builder.certificateTransparencyLoggingPreference(String certificateTransparencyLoggingPreference) Sets the value ofCfnCertificateMixinProps.getCertificateTransparencyLoggingPreference()CfnCertificateMixinProps.Builder.domainName(String domainName) Sets the value ofCfnCertificateMixinProps.getDomainName()CfnCertificateMixinProps.Builder.domainValidationOptions(List<? extends Object> domainValidationOptions) Sets the value ofCfnCertificateMixinProps.getDomainValidationOptions()CfnCertificateMixinProps.Builder.domainValidationOptions(IResolvable domainValidationOptions) Sets the value ofCfnCertificateMixinProps.getDomainValidationOptions()CfnCertificateMixinProps.Builder.keyAlgorithm(String keyAlgorithm) Sets the value ofCfnCertificateMixinProps.getKeyAlgorithm()CfnCertificateMixinProps.Builder.subjectAlternativeNames(List<String> subjectAlternativeNames) Sets the value ofCfnCertificateMixinProps.getSubjectAlternativeNames()Sets the value ofCfnCertificateMixinProps.getTags()CfnCertificateMixinProps.Builder.validationMethod(String validationMethod) Sets the value ofCfnCertificateMixinProps.getValidationMethod()Constructors in software.amazon.awscdk.cfnpropertymixins.services.certificatemanager with parameters of type CfnCertificateMixinProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCertificateMixinProps.Builder.