Uses of Interface
software.amazon.awscdk.services.acmpca.CfnCertificate.ValidityProperty
Packages that use CfnCertificate.ValidityProperty
-
Uses of CfnCertificate.ValidityProperty in software.amazon.awscdk.services.acmpca
Classes in software.amazon.awscdk.services.acmpca that implement CfnCertificate.ValidityPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnCertificate.ValidityPropertyMethods in software.amazon.awscdk.services.acmpca that return CfnCertificate.ValidityPropertyModifier and TypeMethodDescriptionCfnCertificate.ValidityProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.acmpca with parameters of type CfnCertificate.ValidityPropertyModifier and TypeMethodDescriptionvoidCfnCertificate.setValidity(CfnCertificate.ValidityProperty value) The period of time during which the certificate will be valid.voidCfnCertificate.setValidityNotBefore(CfnCertificate.ValidityProperty value) Information describing the start of the validity period of the certificate.CfnCertificate.Builder.validity(CfnCertificate.ValidityProperty validity) The period of time during which the certificate will be valid.CfnCertificateProps.Builder.validity(CfnCertificate.ValidityProperty validity) Sets the value ofCfnCertificateProps.getValidity()CfnCertificate.Builder.validityNotBefore(CfnCertificate.ValidityProperty validityNotBefore) Information describing the start of the validity period of the certificate.CfnCertificateProps.Builder.validityNotBefore(CfnCertificate.ValidityProperty validityNotBefore) Sets the value ofCfnCertificateProps.getValidityNotBefore()