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