Class CfnCertificateAuthorityPropsMixin.CsrExtensionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.acmpca.CfnCertificateAuthorityPropsMixin.CsrExtensionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCertificateAuthorityPropsMixin.CsrExtensionsProperty>
- Enclosing interface:
CfnCertificateAuthorityPropsMixin.CsrExtensionsProperty
@Stability(Stable)
public static final class CfnCertificateAuthorityPropsMixin.CsrExtensionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCertificateAuthorityPropsMixin.CsrExtensionsProperty>
A builder for
CfnCertificateAuthorityPropsMixin.CsrExtensionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnCertificateAuthorityPropsMixin.CsrExtensionsProperty.getKeyUsage()keyUsage(IResolvable keyUsage) Sets the value ofCfnCertificateAuthorityPropsMixin.CsrExtensionsProperty.getKeyUsage()subjectInformationAccess(List<? extends Object> subjectInformationAccess) subjectInformationAccess(IResolvable subjectInformationAccess)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
keyUsage
@Stability(Stable) public CfnCertificateAuthorityPropsMixin.CsrExtensionsProperty.Builder keyUsage(IResolvable keyUsage) Sets the value ofCfnCertificateAuthorityPropsMixin.CsrExtensionsProperty.getKeyUsage()- Parameters:
keyUsage- Indicates the purpose of the certificate and of the key contained in the certificate.- Returns:
this
-
keyUsage
@Stability(Stable) public CfnCertificateAuthorityPropsMixin.CsrExtensionsProperty.Builder keyUsage(CfnCertificateAuthorityPropsMixin.KeyUsageProperty keyUsage) Sets the value ofCfnCertificateAuthorityPropsMixin.CsrExtensionsProperty.getKeyUsage()- Parameters:
keyUsage- Indicates the purpose of the certificate and of the key contained in the certificate.- Returns:
this
-
subjectInformationAccess
@Stability(Stable) public CfnCertificateAuthorityPropsMixin.CsrExtensionsProperty.Builder subjectInformationAccess(IResolvable subjectInformationAccess) Sets the value ofCfnCertificateAuthorityPropsMixin.CsrExtensionsProperty.getSubjectInformationAccess()- Parameters:
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.- Returns:
this
-
subjectInformationAccess
@Stability(Stable) public CfnCertificateAuthorityPropsMixin.CsrExtensionsProperty.Builder subjectInformationAccess(List<? extends Object> subjectInformationAccess) Sets the value ofCfnCertificateAuthorityPropsMixin.CsrExtensionsProperty.getSubjectInformationAccess()- Parameters:
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.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCertificateAuthorityPropsMixin.CsrExtensionsProperty>- Returns:
- a new instance of
CfnCertificateAuthorityPropsMixin.CsrExtensionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-