@Stability(value=Stable) public static final class CfnCertificate.ExtensionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCertificate.ExtensionsProperty>
CfnCertificate.ExtensionsProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnCertificate.ExtensionsProperty.Builder certificatePolicies(IResolvable certificatePolicies)
CfnCertificate.ExtensionsProperty.getCertificatePolicies()certificatePolicies - Contains a sequence of one or more policy information terms, each of which consists of an object identifier (OID) and optional qualifiers.
For more information, see NIST's definition of Object Identifier (OID) .
In an end-entity certificate, these terms indicate the policy under which the certificate was issued and the purposes for which it may be used. In a CA certificate, these terms limit the set of policies for certification paths that include this certificate.
this@Stability(value=Stable) public CfnCertificate.ExtensionsProperty.Builder certificatePolicies(List<? extends Object> certificatePolicies)
CfnCertificate.ExtensionsProperty.getCertificatePolicies()certificatePolicies - Contains a sequence of one or more policy information terms, each of which consists of an object identifier (OID) and optional qualifiers.
For more information, see NIST's definition of Object Identifier (OID) .
In an end-entity certificate, these terms indicate the policy under which the certificate was issued and the purposes for which it may be used. In a CA certificate, these terms limit the set of policies for certification paths that include this certificate.
this@Stability(value=Stable) public CfnCertificate.ExtensionsProperty.Builder customExtensions(IResolvable customExtensions)
CfnCertificate.ExtensionsProperty.getCustomExtensions()customExtensions - Contains a sequence of one or more X.509 extensions, each of which consists of an object identifier (OID), a base64-encoded value, and the critical flag. For more information, see the [Global OID reference database.](https://docs.aws.amazon.com/https://oidref.com/2.5.29).
The OID value of a CustomExtension must not match the OID of a predefined extension.
this@Stability(value=Stable) public CfnCertificate.ExtensionsProperty.Builder customExtensions(List<? extends Object> customExtensions)
CfnCertificate.ExtensionsProperty.getCustomExtensions()customExtensions - Contains a sequence of one or more X.509 extensions, each of which consists of an object identifier (OID), a base64-encoded value, and the critical flag. For more information, see the [Global OID reference database.](https://docs.aws.amazon.com/https://oidref.com/2.5.29).
The OID value of a CustomExtension must not match the OID of a predefined extension.
this@Stability(value=Stable) public CfnCertificate.ExtensionsProperty.Builder extendedKeyUsage(IResolvable extendedKeyUsage)
CfnCertificate.ExtensionsProperty.getExtendedKeyUsage()extendedKeyUsage - Specifies additional purposes for which the certified public key may be used other than basic purposes indicated in the `KeyUsage` extension.this@Stability(value=Stable) public CfnCertificate.ExtensionsProperty.Builder extendedKeyUsage(List<? extends Object> extendedKeyUsage)
CfnCertificate.ExtensionsProperty.getExtendedKeyUsage()extendedKeyUsage - Specifies additional purposes for which the certified public key may be used other than basic purposes indicated in the `KeyUsage` extension.this@Stability(value=Stable) public CfnCertificate.ExtensionsProperty.Builder keyUsage(CfnCertificate.KeyUsageProperty keyUsage)
CfnCertificate.ExtensionsProperty.getKeyUsage()keyUsage - Defines one or more purposes for which the key contained in the certificate can be used.
Default value for each option is false.this@Stability(value=Stable) public CfnCertificate.ExtensionsProperty.Builder keyUsage(IResolvable keyUsage)
CfnCertificate.ExtensionsProperty.getKeyUsage()keyUsage - Defines one or more purposes for which the key contained in the certificate can be used.
Default value for each option is false.this@Stability(value=Stable) public CfnCertificate.ExtensionsProperty.Builder subjectAlternativeNames(IResolvable subjectAlternativeNames)
CfnCertificate.ExtensionsProperty.getSubjectAlternativeNames()subjectAlternativeNames - The subject alternative name extension allows identities to be bound to the subject of the certificate.
These identities may be included in addition to or in place of the identity in the subject field of the certificate.this@Stability(value=Stable) public CfnCertificate.ExtensionsProperty.Builder subjectAlternativeNames(List<? extends Object> subjectAlternativeNames)
CfnCertificate.ExtensionsProperty.getSubjectAlternativeNames()subjectAlternativeNames - The subject alternative name extension allows identities to be bound to the subject of the certificate.
These identities may be included in addition to or in place of the identity in the subject field of the certificate.this@Stability(value=Stable) public CfnCertificate.ExtensionsProperty build()
build in interface software.amazon.jsii.Builder<CfnCertificate.ExtensionsProperty>CfnCertificate.ExtensionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.