| Package | Description |
|---|---|
| software.amazon.awscdk.services.acmpca |
AWS::ACMPCA Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnCertificate.ValidityProperty.Jsii$Proxy
An implementation for
CfnCertificate.ValidityProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnCertificate.ValidityProperty |
CfnCertificate.ValidityProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CfnCertificate.setValidity(CfnCertificate.ValidityProperty value)
The period of time during which the certificate will be valid.
|
void |
CfnCertificate.setValidityNotBefore(CfnCertificate.ValidityProperty value)
Information describing the start of the validity period of the certificate.
|
CfnCertificate.Builder |
CfnCertificate.Builder.validity(CfnCertificate.ValidityProperty validity)
The period of time during which the certificate will be valid.
|
CfnCertificateProps.Builder |
CfnCertificateProps.Builder.validity(CfnCertificate.ValidityProperty validity)
Sets the value of
CfnCertificateProps.getValidity() |
CfnCertificate.Builder |
CfnCertificate.Builder.validityNotBefore(CfnCertificate.ValidityProperty validityNotBefore)
Information describing the start of the validity period of the certificate.
|
CfnCertificateProps.Builder |
CfnCertificateProps.Builder.validityNotBefore(CfnCertificate.ValidityProperty validityNotBefore)
Sets the value of
CfnCertificateProps.getValidityNotBefore() |
Copyright © 2022. All rights reserved.