Package com.oracle.bmc.waas.model
Class CertificateIssuerName.Builder
- java.lang.Object
- 
- com.oracle.bmc.waas.model.CertificateIssuerName.Builder
 
- 
- Enclosing class:
- CertificateIssuerName
 
 public static class CertificateIssuerName.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CertificateIssuerNamebuild()CertificateIssuerName.BuildercommonName(String commonName)The Certificate Authority (CA) name.CertificateIssuerName.Buildercopy(CertificateIssuerName model)CertificateIssuerName.Buildercountry(String country)ISO 3166-1 alpha-2 code of the country where the organization is located.CertificateIssuerName.BuilderemailAddress(String emailAddress)The email address of the server’s administrator.CertificateIssuerName.Builderlocality(String locality)The city in which the organization is located.CertificateIssuerName.Builderorganization(String organization)The organization name.CertificateIssuerName.BuilderorganizationalUnit(String organizationalUnit)The field to differentiate between divisions within an organization.CertificateIssuerName.BuilderstateProvince(String stateProvince)The province where the organization is located.
 
- 
- 
- 
Method Detail- 
countrypublic CertificateIssuerName.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 CertificateIssuerName.Builder stateProvince(String stateProvince) The province where the organization is located.- Parameters:
- stateProvince- the value to set
- Returns:
- this builder
 
 - 
localitypublic CertificateIssuerName.Builder locality(String locality) The city in which the organization is located.- Parameters:
- locality- the value to set
- Returns:
- this builder
 
 - 
organizationpublic CertificateIssuerName.Builder organization(String organization) The organization name.- Parameters:
- organization- the value to set
- Returns:
- this builder
 
 - 
organizationalUnitpublic CertificateIssuerName.Builder organizationalUnit(String organizationalUnit) The field to differentiate between divisions within an organization.- Parameters:
- organizationalUnit- the value to set
- Returns:
- this builder
 
 - 
commonNamepublic CertificateIssuerName.Builder commonName(String commonName) The Certificate Authority (CA) name.- Parameters:
- commonName- the value to set
- Returns:
- this builder
 
 - 
emailAddresspublic CertificateIssuerName.Builder emailAddress(String emailAddress) The email address of the server’s administrator.- Parameters:
- emailAddress- the value to set
- Returns:
- this builder
 
 - 
buildpublic CertificateIssuerName build() 
 - 
copypublic CertificateIssuerName.Builder copy(CertificateIssuerName model) 
 
- 
 
-