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