public static interface ASN1Subject.Builder extends SdkPojo, CopyableBuilder<ASN1Subject.Builder,ASN1Subject>
Modifier and Type | Method and Description |
---|---|
ASN1Subject.Builder |
commonName(String commonName)
Fully qualified domain name (FQDN) associated with the certificate subject.
|
ASN1Subject.Builder |
country(String country)
Two-digit code that specifies the country in which the certificate subject located.
|
ASN1Subject.Builder |
distinguishedNameQualifier(String distinguishedNameQualifier)
Disambiguating information for the certificate subject.
|
ASN1Subject.Builder |
generationQualifier(String generationQualifier)
Typically a qualifier appended to the name of an individual.
|
ASN1Subject.Builder |
givenName(String givenName)
First name.
|
ASN1Subject.Builder |
initials(String 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.
|
ASN1Subject.Builder |
locality(String locality)
The locality (such as a city or town) in which the certificate subject is located.
|
ASN1Subject.Builder |
organization(String organization)
Legal name of the organization with which the certificate subject is affiliated.
|
ASN1Subject.Builder |
organizationalUnit(String organizationalUnit)
A subdivision or unit of the organization (such as sales or finance) with which the certificate subject is
affiliated.
|
ASN1Subject.Builder |
pseudonym(String pseudonym)
Typically a shortened version of a longer GivenName.
|
ASN1Subject.Builder |
serialNumber(String serialNumber)
The certificate serial number.
|
ASN1Subject.Builder |
state(String state)
State in which the subject of the certificate is located.
|
ASN1Subject.Builder |
surname(String surname)
Family name.
|
ASN1Subject.Builder |
title(String title)
A title such as Mr.
|
copy
applyMutation, build
ASN1Subject.Builder country(String country)
Two-digit code that specifies the country in which the certificate subject located.
country
- Two-digit code that specifies the country in which the certificate subject located.ASN1Subject.Builder organization(String organization)
Legal name of the organization with which the certificate subject is affiliated.
organization
- Legal name of the organization with which the certificate subject is affiliated.ASN1Subject.Builder organizationalUnit(String organizationalUnit)
A subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated.
organizationalUnit
- A subdivision or unit of the organization (such as sales or finance) with which the certificate
subject is affiliated.ASN1Subject.Builder distinguishedNameQualifier(String distinguishedNameQualifier)
Disambiguating information for the certificate subject.
distinguishedNameQualifier
- Disambiguating information for the certificate subject.ASN1Subject.Builder state(String state)
State in which the subject of the certificate is located.
state
- State in which the subject of the certificate is located.ASN1Subject.Builder commonName(String commonName)
Fully qualified domain name (FQDN) associated with the certificate subject.
commonName
- Fully qualified domain name (FQDN) associated with the certificate subject.ASN1Subject.Builder serialNumber(String serialNumber)
The certificate serial number.
serialNumber
- The certificate serial number.ASN1Subject.Builder locality(String locality)
The locality (such as a city or town) in which the certificate subject is located.
locality
- The locality (such as a city or town) in which the certificate subject is located.ASN1Subject.Builder title(String title)
A title such as Mr. or Ms., which is pre-pended to the name to refer formally to the certificate subject.
title
- A title such as Mr. or Ms., which is pre-pended to the name to refer formally to the certificate
subject.ASN1Subject.Builder surname(String surname)
Family name. In the US and the UK, for example, the surname of an individual is ordered last. In Asian cultures the surname is typically ordered first.
surname
- Family name. In the US and the UK, for example, the surname of an individual is ordered last. In Asian
cultures the surname is typically ordered first.ASN1Subject.Builder givenName(String givenName)
First name.
givenName
- First name.ASN1Subject.Builder initials(String 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.
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.ASN1Subject.Builder pseudonym(String 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.
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.ASN1Subject.Builder generationQualifier(String generationQualifier)
Typically a qualifier appended to the name of an individual. Examples include Jr. for junior, Sr. for senior, and III for third.
generationQualifier
- Typically a qualifier appended to the name of an individual. Examples include Jr. for junior, Sr. for
senior, and III for third.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.