@Stability(value=Stable) public static final class CfnCertificateAuthority.SubjectProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCertificateAuthority.SubjectProperty>
CfnCertificateAuthority.SubjectProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnCertificateAuthority.SubjectProperty.Builder commonName(String commonName)
CfnCertificateAuthority.SubjectProperty.getCommonName()commonName - Fully qualified domain name (FQDN) associated with the certificate subject.this@Stability(value=Stable) public CfnCertificateAuthority.SubjectProperty.Builder country(String country)
CfnCertificateAuthority.SubjectProperty.getCountry()country - Two-digit code that specifies the country in which the certificate subject located.this@Stability(value=Stable) public CfnCertificateAuthority.SubjectProperty.Builder customAttributes(IResolvable customAttributes)
CfnCertificateAuthority.SubjectProperty.getCustomAttributes()customAttributes - Contains a sequence of one or more X.500 relative distinguished names (RDNs), each of which consists of an object identifier (OID) and a value. For more information, see NIST’s definition of [Object Identifier (OID)](https://docs.aws.amazon.com/https://csrc.nist.gov/glossary/term/Object_Identifier) .
Custom attributes cannot be used in combination with standard attributes.
this@Stability(value=Stable) public CfnCertificateAuthority.SubjectProperty.Builder customAttributes(List<? extends Object> customAttributes)
CfnCertificateAuthority.SubjectProperty.getCustomAttributes()customAttributes - Contains a sequence of one or more X.500 relative distinguished names (RDNs), each of which consists of an object identifier (OID) and a value. For more information, see NIST’s definition of [Object Identifier (OID)](https://docs.aws.amazon.com/https://csrc.nist.gov/glossary/term/Object_Identifier) .
Custom attributes cannot be used in combination with standard attributes.
this@Stability(value=Stable) public CfnCertificateAuthority.SubjectProperty.Builder distinguishedNameQualifier(String distinguishedNameQualifier)
CfnCertificateAuthority.SubjectProperty.getDistinguishedNameQualifier()distinguishedNameQualifier - Disambiguating information for the certificate subject.this@Stability(value=Stable) public CfnCertificateAuthority.SubjectProperty.Builder generationQualifier(String generationQualifier)
CfnCertificateAuthority.SubjectProperty.getGenerationQualifier()generationQualifier - Typically a qualifier appended to the name of an individual.
Examples include Jr. for junior, Sr. for senior, and III for third.this@Stability(value=Stable) public CfnCertificateAuthority.SubjectProperty.Builder givenName(String givenName)
CfnCertificateAuthority.SubjectProperty.getGivenName()givenName - First name.this@Stability(value=Stable) public CfnCertificateAuthority.SubjectProperty.Builder initials(String initials)
CfnCertificateAuthority.SubjectProperty.getInitials()initials - Concatenation that typically contains the first letter of the GivenName, the first letter of the middle name if one exists, and the first letter of the SurName.this@Stability(value=Stable) public CfnCertificateAuthority.SubjectProperty.Builder locality(String locality)
CfnCertificateAuthority.SubjectProperty.getLocality()locality - The locality (such as a city or town) in which the certificate subject is located.this@Stability(value=Stable) public CfnCertificateAuthority.SubjectProperty.Builder organization(String organization)
CfnCertificateAuthority.SubjectProperty.getOrganization()organization - Legal name of the organization with which the certificate subject is affiliated.this@Stability(value=Stable) public CfnCertificateAuthority.SubjectProperty.Builder organizationalUnit(String organizationalUnit)
CfnCertificateAuthority.SubjectProperty.getOrganizationalUnit()organizationalUnit - A subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated.this@Stability(value=Stable) public CfnCertificateAuthority.SubjectProperty.Builder pseudonym(String pseudonym)
CfnCertificateAuthority.SubjectProperty.getPseudonym()pseudonym - Typically a shortened version of a longer GivenName.
For example, Jonathan is often shortened to John. Elizabeth is often shortened to Beth, Liz, or Eliza.this@Stability(value=Stable) public CfnCertificateAuthority.SubjectProperty.Builder serialNumber(String serialNumber)
CfnCertificateAuthority.SubjectProperty.getSerialNumber()serialNumber - The certificate serial number.this@Stability(value=Stable) public CfnCertificateAuthority.SubjectProperty.Builder state(String state)
CfnCertificateAuthority.SubjectProperty.getState()state - State in which the subject of the certificate is located.this@Stability(value=Stable) public CfnCertificateAuthority.SubjectProperty.Builder surname(String surname)
CfnCertificateAuthority.SubjectProperty.getSurname()surname - Family name.this@Stability(value=Stable) public CfnCertificateAuthority.SubjectProperty.Builder title(String title)
CfnCertificateAuthority.SubjectProperty.getTitle()title - A personal title such as Mr.this@Stability(value=Stable) public CfnCertificateAuthority.SubjectProperty build()
build in interface software.amazon.jsii.Builder<CfnCertificateAuthority.SubjectProperty>CfnCertificateAuthority.SubjectPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.