@Stability(value=Stable) public static final class CfnCertificate.CustomAttributeProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCertificate.CustomAttributeProperty>
CfnCertificate.CustomAttributeProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCertificate.CustomAttributeProperty |
build()
Builds the configured instance.
|
CfnCertificate.CustomAttributeProperty.Builder |
objectIdentifier(String objectIdentifier)
Sets the value of
CfnCertificate.CustomAttributeProperty.getObjectIdentifier() |
CfnCertificate.CustomAttributeProperty.Builder |
value(String value)
Sets the value of
CfnCertificate.CustomAttributeProperty.getValue() |
@Stability(value=Stable) public CfnCertificate.CustomAttributeProperty.Builder objectIdentifier(String objectIdentifier)
CfnCertificate.CustomAttributeProperty.getObjectIdentifier()objectIdentifier - Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN). This parameter is required.this@Stability(value=Stable) public CfnCertificate.CustomAttributeProperty.Builder value(String value)
CfnCertificate.CustomAttributeProperty.getValue()value - Specifies the attribute value of relative distinguished name (RDN). This parameter is required.this@Stability(value=Stable) public CfnCertificate.CustomAttributeProperty build()
build in interface software.amazon.jsii.Builder<CfnCertificate.CustomAttributeProperty>CfnCertificate.CustomAttributePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.