Package com.oracle.bmc.waas.model
Class CertificateSubjectName.Builder
- java.lang.Object
- 
- com.oracle.bmc.waas.model.CertificateSubjectName.Builder
 
- 
- Enclosing class:
- CertificateSubjectName
 
 public static class CertificateSubjectName.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CertificateSubjectNamebuild()CertificateSubjectName.BuildercommonName(String commonName)The fully qualified domain name used for DNS lookups of the server.CertificateSubjectName.Buildercopy(CertificateSubjectName model)CertificateSubjectName.Buildercountry(String country)ISO 3166-1 alpha-2 code of the country where the organization is located.CertificateSubjectName.BuilderemailAddress(String emailAddress)The email address of the server’s administrator.CertificateSubjectName.Builderlocality(String locality)The city in which the organization is located.CertificateSubjectName.Builderorganization(String organization)The organization name.CertificateSubjectName.BuilderorganizationalUnit(String organizationalUnit)The field to differentiate between divisions within an organization.CertificateSubjectName.BuilderstateProvince(String stateProvince)The province where the organization is located.
 
- 
- 
- 
Method Detail- 
countrypublic CertificateSubjectName.Builder country(String country) ISO 3166-1 alpha-2 code of the country where the organization is located.For a list of codes, see ISO’s website. - Parameters:
- country- the value to set
- Returns:
- this builder
 
 - 
stateProvincepublic CertificateSubjectName.Builder stateProvince(String stateProvince) The province where the organization is located.- Parameters:
- stateProvince- the value to set
- Returns:
- this builder
 
 - 
localitypublic CertificateSubjectName.Builder locality(String locality) The city in which the organization is located.- Parameters:
- locality- the value to set
- Returns:
- this builder
 
 - 
organizationpublic CertificateSubjectName.Builder organization(String organization) The organization name.- Parameters:
- organization- the value to set
- Returns:
- this builder
 
 - 
organizationalUnitpublic CertificateSubjectName.Builder organizationalUnit(String organizationalUnit) The field to differentiate between divisions within an organization.- Parameters:
- organizationalUnit- the value to set
- Returns:
- this builder
 
 - 
commonNamepublic CertificateSubjectName.Builder commonName(String commonName) The fully qualified domain name used for DNS lookups of the server.- Parameters:
- commonName- the value to set
- Returns:
- this builder
 
 - 
emailAddresspublic CertificateSubjectName.Builder emailAddress(String emailAddress) The email address of the server’s administrator.- Parameters:
- emailAddress- the value to set
- Returns:
- this builder
 
 - 
buildpublic CertificateSubjectName build() 
 - 
copypublic CertificateSubjectName.Builder copy(CertificateSubjectName model) 
 
- 
 
-