Uses of Class
software.amazon.awscdk.services.acmpca.CfnCertificateProps.Builder
Packages that use CfnCertificateProps.Builder
-
Uses of CfnCertificateProps.Builder in software.amazon.awscdk.services.acmpca
Methods in software.amazon.awscdk.services.acmpca that return CfnCertificateProps.BuilderModifier and TypeMethodDescriptionCfnCertificateProps.Builder.apiPassthrough(IResolvable apiPassthrough) Sets the value ofCfnCertificateProps.getApiPassthrough()CfnCertificateProps.Builder.apiPassthrough(CfnCertificate.ApiPassthroughProperty apiPassthrough) Sets the value ofCfnCertificateProps.getApiPassthrough()static CfnCertificateProps.BuilderCfnCertificateProps.builder()CfnCertificateProps.Builder.certificateAuthorityArn(String certificateAuthorityArn) Sets the value ofCfnCertificateProps.getCertificateAuthorityArn()CfnCertificateProps.Builder.certificateSigningRequest(String certificateSigningRequest) Sets the value ofCfnCertificateProps.getCertificateSigningRequest()CfnCertificateProps.Builder.signingAlgorithm(String signingAlgorithm) Sets the value ofCfnCertificateProps.getSigningAlgorithm()CfnCertificateProps.Builder.templateArn(String templateArn) Sets the value ofCfnCertificateProps.getTemplateArn()CfnCertificateProps.Builder.validity(IResolvable validity) Sets the value ofCfnCertificateProps.getValidity()CfnCertificateProps.Builder.validity(CfnCertificate.ValidityProperty validity) Sets the value ofCfnCertificateProps.getValidity()CfnCertificateProps.Builder.validityNotBefore(IResolvable validityNotBefore) Sets the value ofCfnCertificateProps.getValidityNotBefore()CfnCertificateProps.Builder.validityNotBefore(CfnCertificate.ValidityProperty validityNotBefore) Sets the value ofCfnCertificateProps.getValidityNotBefore()Constructors in software.amazon.awscdk.services.acmpca with parameters of type CfnCertificateProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnCertificateProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCertificateProps.Builder.