Class CfnCertificatePropsMixin.CustomAttributeProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.acmpca.CfnCertificatePropsMixin.CustomAttributeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCertificatePropsMixin.CustomAttributeProperty>
- Enclosing interface:
CfnCertificatePropsMixin.CustomAttributeProperty
@Stability(Stable)
public static final class CfnCertificatePropsMixin.CustomAttributeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCertificatePropsMixin.CustomAttributeProperty>
A builder for
CfnCertificatePropsMixin.CustomAttributeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.objectIdentifier(String objectIdentifier) Sets the value ofCfnCertificatePropsMixin.CustomAttributeProperty.getObjectIdentifier()Sets the value ofCfnCertificatePropsMixin.CustomAttributeProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
objectIdentifier
@Stability(Stable) public CfnCertificatePropsMixin.CustomAttributeProperty.Builder objectIdentifier(String objectIdentifier) Sets the value ofCfnCertificatePropsMixin.CustomAttributeProperty.getObjectIdentifier()- Parameters:
objectIdentifier- Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).- Returns:
this
-
value
@Stability(Stable) public CfnCertificatePropsMixin.CustomAttributeProperty.Builder value(String value) Sets the value ofCfnCertificatePropsMixin.CustomAttributeProperty.getValue()- Parameters:
value- Specifies the attribute value of relative distinguished name (RDN).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCertificatePropsMixin.CustomAttributeProperty>- Returns:
- a new instance of
CfnCertificatePropsMixin.CustomAttributeProperty - Throws:
NullPointerException- if any required attribute was not provided
-