Class CfnCertificatePropsMixin.CustomExtensionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.acmpca.CfnCertificatePropsMixin.CustomExtensionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCertificatePropsMixin.CustomExtensionProperty>
- Enclosing interface:
CfnCertificatePropsMixin.CustomExtensionProperty
@Stability(Stable)
public static final class CfnCertificatePropsMixin.CustomExtensionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCertificatePropsMixin.CustomExtensionProperty>
A builder for
CfnCertificatePropsMixin.CustomExtensionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnCertificatePropsMixin.CustomExtensionProperty.getCritical()critical(IResolvable critical) Sets the value ofCfnCertificatePropsMixin.CustomExtensionProperty.getCritical()objectIdentifier(String objectIdentifier) Sets the value ofCfnCertificatePropsMixin.CustomExtensionProperty.getObjectIdentifier()Sets the value ofCfnCertificatePropsMixin.CustomExtensionProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
critical
@Stability(Stable) public CfnCertificatePropsMixin.CustomExtensionProperty.Builder critical(Boolean critical) Sets the value ofCfnCertificatePropsMixin.CustomExtensionProperty.getCritical()- Parameters:
critical- Specifies the critical flag of the X.509 extension.- Returns:
this
-
critical
@Stability(Stable) public CfnCertificatePropsMixin.CustomExtensionProperty.Builder critical(IResolvable critical) Sets the value ofCfnCertificatePropsMixin.CustomExtensionProperty.getCritical()- Parameters:
critical- Specifies the critical flag of the X.509 extension.- Returns:
this
-
objectIdentifier
@Stability(Stable) public CfnCertificatePropsMixin.CustomExtensionProperty.Builder objectIdentifier(String objectIdentifier) Sets the value ofCfnCertificatePropsMixin.CustomExtensionProperty.getObjectIdentifier()- Parameters:
objectIdentifier- Specifies the object identifier (OID) of the X.509 extension. For more information, see the Global OID reference database..- Returns:
this
-
value
@Stability(Stable) public CfnCertificatePropsMixin.CustomExtensionProperty.Builder value(String value) Sets the value ofCfnCertificatePropsMixin.CustomExtensionProperty.getValue()- Parameters:
value- Specifies the base64-encoded value of the X.509 extension.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCertificatePropsMixin.CustomExtensionProperty>- Returns:
- a new instance of
CfnCertificatePropsMixin.CustomExtensionProperty - Throws:
NullPointerException- if any required attribute was not provided
-