@Stability(value=Stable) public static final class CfnCertificateAuthority.OcspConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCertificateAuthority.OcspConfigurationProperty>
CfnCertificateAuthority.OcspConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCertificateAuthority.OcspConfigurationProperty |
build()
Builds the configured instance.
|
CfnCertificateAuthority.OcspConfigurationProperty.Builder |
enabled(Boolean enabled)
Sets the value of
CfnCertificateAuthority.OcspConfigurationProperty.getEnabled() |
CfnCertificateAuthority.OcspConfigurationProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnCertificateAuthority.OcspConfigurationProperty.getEnabled() |
CfnCertificateAuthority.OcspConfigurationProperty.Builder |
ocspCustomCname(String ocspCustomCname)
Sets the value of
CfnCertificateAuthority.OcspConfigurationProperty.getOcspCustomCname() |
@Stability(value=Stable) public CfnCertificateAuthority.OcspConfigurationProperty.Builder enabled(Boolean enabled)
CfnCertificateAuthority.OcspConfigurationProperty.getEnabled()enabled - Flag enabling use of the Online Certificate Status Protocol (OCSP) for validating certificate revocation status.this@Stability(value=Stable) public CfnCertificateAuthority.OcspConfigurationProperty.Builder enabled(IResolvable enabled)
CfnCertificateAuthority.OcspConfigurationProperty.getEnabled()enabled - Flag enabling use of the Online Certificate Status Protocol (OCSP) for validating certificate revocation status.this@Stability(value=Stable) public CfnCertificateAuthority.OcspConfigurationProperty.Builder ocspCustomCname(String ocspCustomCname)
CfnCertificateAuthority.OcspConfigurationProperty.getOcspCustomCname()ocspCustomCname - By default, ACM Private CA injects an Amazon domain into certificates being validated by the Online Certificate Status Protocol (OCSP).
A customer can alternatively use this object to define a CNAME specifying a customized OCSP domain.
Note: The value of the CNAME must not include a protocol prefix such as "http://" or "https://".
this@Stability(value=Stable) public CfnCertificateAuthority.OcspConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnCertificateAuthority.OcspConfigurationProperty>CfnCertificateAuthority.OcspConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.