Uses of Class
software.amazon.awscdk.services.acmpca.CfnCertificateProps.Builder
-
Uses of CfnCertificateProps.Builder in software.amazon.awscdk.services.acmpca
Modifier and TypeMethodDescriptionCfnCertificateProps.Builder.apiPassthrough
(IResolvable apiPassthrough) Sets the value ofCfnCertificateProps.getApiPassthrough()
CfnCertificateProps.Builder.apiPassthrough
(CfnCertificate.ApiPassthroughProperty apiPassthrough) Sets the value ofCfnCertificateProps.getApiPassthrough()
static CfnCertificateProps.Builder
CfnCertificateProps.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()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnCertificateProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCertificateProps.Builder
.