@Stability(value=Stable) public static final class CfnCertificateAuthority.CsrExtensionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCertificateAuthority.CsrExtensionsProperty>
CfnCertificateAuthority.CsrExtensionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCertificateAuthority.CsrExtensionsProperty |
build()
Builds the configured instance.
|
CfnCertificateAuthority.CsrExtensionsProperty.Builder |
keyUsage(CfnCertificateAuthority.KeyUsageProperty keyUsage)
Sets the value of
CfnCertificateAuthority.CsrExtensionsProperty.getKeyUsage() |
CfnCertificateAuthority.CsrExtensionsProperty.Builder |
keyUsage(IResolvable keyUsage)
Sets the value of
CfnCertificateAuthority.CsrExtensionsProperty.getKeyUsage() |
CfnCertificateAuthority.CsrExtensionsProperty.Builder |
subjectInformationAccess(IResolvable subjectInformationAccess)
|
CfnCertificateAuthority.CsrExtensionsProperty.Builder |
subjectInformationAccess(List<? extends Object> subjectInformationAccess)
|
@Stability(value=Stable) public CfnCertificateAuthority.CsrExtensionsProperty.Builder keyUsage(CfnCertificateAuthority.KeyUsageProperty keyUsage)
CfnCertificateAuthority.CsrExtensionsProperty.getKeyUsage()keyUsage - Indicates the purpose of the certificate and of the key contained in the certificate.this@Stability(value=Stable) public CfnCertificateAuthority.CsrExtensionsProperty.Builder keyUsage(IResolvable keyUsage)
CfnCertificateAuthority.CsrExtensionsProperty.getKeyUsage()keyUsage - Indicates the purpose of the certificate and of the key contained in the certificate.this@Stability(value=Stable) public CfnCertificateAuthority.CsrExtensionsProperty.Builder subjectInformationAccess(IResolvable subjectInformationAccess)
subjectInformationAccess - For CA certificates, provides a path to additional information pertaining to the CA, such as revocation and policy.
For more information, see Subject Information Access in RFC 5280.this@Stability(value=Stable) public CfnCertificateAuthority.CsrExtensionsProperty.Builder subjectInformationAccess(List<? extends Object> subjectInformationAccess)
subjectInformationAccess - For CA certificates, provides a path to additional information pertaining to the CA, such as revocation and policy.
For more information, see Subject Information Access in RFC 5280.this@Stability(value=Stable) public CfnCertificateAuthority.CsrExtensionsProperty build()
build in interface software.amazon.jsii.Builder<CfnCertificateAuthority.CsrExtensionsProperty>CfnCertificateAuthority.CsrExtensionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.