Uses of Class
software.amazon.awscdk.services.acmpca.CfnCertificateAuthorityProps.Builder
Packages that use CfnCertificateAuthorityProps.Builder
-
Uses of CfnCertificateAuthorityProps.Builder in software.amazon.awscdk.services.acmpca
Methods in software.amazon.awscdk.services.acmpca that return CfnCertificateAuthorityProps.BuilderModifier and TypeMethodDescriptionCfnCertificateAuthorityProps.builder()
CfnCertificateAuthorityProps.Builder.csrExtensions
(IResolvable csrExtensions) Sets the value ofCfnCertificateAuthorityProps.getCsrExtensions()
CfnCertificateAuthorityProps.Builder.csrExtensions
(CfnCertificateAuthority.CsrExtensionsProperty csrExtensions) Sets the value ofCfnCertificateAuthorityProps.getCsrExtensions()
CfnCertificateAuthorityProps.Builder.keyAlgorithm
(String keyAlgorithm) Sets the value ofCfnCertificateAuthorityProps.getKeyAlgorithm()
CfnCertificateAuthorityProps.Builder.keyStorageSecurityStandard
(String keyStorageSecurityStandard) Sets the value ofCfnCertificateAuthorityProps.getKeyStorageSecurityStandard()
CfnCertificateAuthorityProps.Builder.revocationConfiguration
(IResolvable revocationConfiguration) Sets the value ofCfnCertificateAuthorityProps.getRevocationConfiguration()
CfnCertificateAuthorityProps.Builder.revocationConfiguration
(CfnCertificateAuthority.RevocationConfigurationProperty revocationConfiguration) Sets the value ofCfnCertificateAuthorityProps.getRevocationConfiguration()
CfnCertificateAuthorityProps.Builder.signingAlgorithm
(String signingAlgorithm) Sets the value ofCfnCertificateAuthorityProps.getSigningAlgorithm()
CfnCertificateAuthorityProps.Builder.subject
(IResolvable subject) Sets the value ofCfnCertificateAuthorityProps.getSubject()
CfnCertificateAuthorityProps.Builder.subject
(CfnCertificateAuthority.SubjectProperty subject) Sets the value ofCfnCertificateAuthorityProps.getSubject()
Sets the value ofCfnCertificateAuthorityProps.getTags()
Sets the value ofCfnCertificateAuthorityProps.getType()
Sets the value ofCfnCertificateAuthorityProps.getUsageMode()
Constructors in software.amazon.awscdk.services.acmpca with parameters of type CfnCertificateAuthorityProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCertificateAuthorityProps.Builder
.