public static final class CfnCertificateAuthority.CustomAttributeProperty.Builder
extends java.lang.Object
CfnCertificateAuthority.CustomAttributeProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnCertificateAuthority.CustomAttributeProperty |
build()
Builds the configured instance.
|
CfnCertificateAuthority.CustomAttributeProperty.Builder |
objectIdentifier(java.lang.String objectIdentifier)
Sets the value of
CfnCertificateAuthority.CustomAttributeProperty.getObjectIdentifier() |
CfnCertificateAuthority.CustomAttributeProperty.Builder |
value(java.lang.String value)
Sets the value of
CfnCertificateAuthority.CustomAttributeProperty.getValue() |
public CfnCertificateAuthority.CustomAttributeProperty.Builder objectIdentifier(java.lang.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
public CfnCertificateAuthority.CustomAttributeProperty.Builder value(java.lang.String value)
CfnCertificateAuthority.CustomAttributeProperty.getValue()
value
- Specifies the attribute value of relative distinguished name (RDN). This parameter is required.this
public CfnCertificateAuthority.CustomAttributeProperty build()
CfnCertificateAuthority.CustomAttributeProperty
java.lang.NullPointerException
- if any required attribute was not provided