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