Class DomainValidationOption
- All Implemented Interfaces:
Serializable
,Cloneable
This structure is used in the request object of the RequestCertificate action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Fully Qualified Domain Name (FQDN) of the certificate being requested.The domain to which validation email is sent.int
hashCode()
void
setDomainName
(String domainName) Fully Qualified Domain Name (FQDN) of the certificate being requested.void
setValidationDomain
(String validationDomain) The domain to which validation email is sent.toString()
Returns a string representation of this object; useful for testing and debugging.withDomainName
(String domainName) Fully Qualified Domain Name (FQDN) of the certificate being requested.withValidationDomain
(String validationDomain) The domain to which validation email is sent.
-
Constructor Details
-
DomainValidationOption
public DomainValidationOption()
-
-
Method Details
-
setDomainName
Fully Qualified Domain Name (FQDN) of the certificate being requested.
- Parameters:
domainName
- Fully Qualified Domain Name (FQDN) of the certificate being requested.
-
getDomainName
Fully Qualified Domain Name (FQDN) of the certificate being requested.
- Returns:
- Fully Qualified Domain Name (FQDN) of the certificate being requested.
-
withDomainName
Fully Qualified Domain Name (FQDN) of the certificate being requested.
- Parameters:
domainName
- Fully Qualified Domain Name (FQDN) of the certificate being requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setValidationDomain
The domain to which validation email is sent. This is the base validation domain that will act as the suffix of the email addresses. This must be the same as the
DomainName
value or a superdomain of theDomainName
value. For example, if you requested a certificate forsite.subdomain.example.com
and specify a ValidationDomain ofsubdomain.example.com
, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS for the base domain and the following five addresses:-
admin@subdomain.example.com
-
administrator@subdomain.example.com
-
hostmaster@subdomain.example.com
-
postmaster@subdomain.example.com
-
webmaster@subdomain.example.com
- Parameters:
validationDomain
- The domain to which validation email is sent. This is the base validation domain that will act as the suffix of the email addresses. This must be the same as theDomainName
value or a superdomain of theDomainName
value. For example, if you requested a certificate forsite.subdomain.example.com
and specify a ValidationDomain ofsubdomain.example.com
, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS for the base domain and the following five addresses:-
admin@subdomain.example.com
-
administrator@subdomain.example.com
-
hostmaster@subdomain.example.com
-
postmaster@subdomain.example.com
-
webmaster@subdomain.example.com
-
-
-
getValidationDomain
The domain to which validation email is sent. This is the base validation domain that will act as the suffix of the email addresses. This must be the same as the
DomainName
value or a superdomain of theDomainName
value. For example, if you requested a certificate forsite.subdomain.example.com
and specify a ValidationDomain ofsubdomain.example.com
, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS for the base domain and the following five addresses:-
admin@subdomain.example.com
-
administrator@subdomain.example.com
-
hostmaster@subdomain.example.com
-
postmaster@subdomain.example.com
-
webmaster@subdomain.example.com
- Returns:
- The domain to which validation email is sent. This is the base
validation domain that will act as the suffix of the email
addresses. This must be the same as the
DomainName
value or a superdomain of theDomainName
value. For example, if you requested a certificate forsite.subdomain.example.com
and specify a ValidationDomain ofsubdomain.example.com
, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS for the base domain and the following five addresses:-
admin@subdomain.example.com
-
administrator@subdomain.example.com
-
hostmaster@subdomain.example.com
-
postmaster@subdomain.example.com
-
webmaster@subdomain.example.com
-
-
-
withValidationDomain
The domain to which validation email is sent. This is the base validation domain that will act as the suffix of the email addresses. This must be the same as the
DomainName
value or a superdomain of theDomainName
value. For example, if you requested a certificate forsite.subdomain.example.com
and specify a ValidationDomain ofsubdomain.example.com
, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS for the base domain and the following five addresses:-
admin@subdomain.example.com
-
administrator@subdomain.example.com
-
hostmaster@subdomain.example.com
-
postmaster@subdomain.example.com
-
webmaster@subdomain.example.com
- Parameters:
validationDomain
- The domain to which validation email is sent. This is the base validation domain that will act as the suffix of the email addresses. This must be the same as theDomainName
value or a superdomain of theDomainName
value. For example, if you requested a certificate forsite.subdomain.example.com
and specify a ValidationDomain ofsubdomain.example.com
, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS for the base domain and the following five addresses:-
admin@subdomain.example.com
-
administrator@subdomain.example.com
-
hostmaster@subdomain.example.com
-
postmaster@subdomain.example.com
-
webmaster@subdomain.example.com
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-