public class DomainValidationOption extends Object implements Serializable, Cloneable
This structure is used in the request object of the RequestCertificate action.
Constructor and Description |
---|
DomainValidationOption() |
Modifier and Type | Method and Description |
---|---|
DomainValidationOption |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
Fully Qualified Domain Name (FQDN) of the certificate being requested.
|
String |
getValidationDomain()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DomainValidationOption |
withDomainName(String domainName)
Fully Qualified Domain Name (FQDN) of the certificate being requested.
|
DomainValidationOption |
withValidationDomain(String validationDomain)
The domain to which validation email is sent.
|
public void setDomainName(String domainName)
Fully Qualified Domain Name (FQDN) of the certificate being requested.
domainName
- Fully Qualified Domain Name (FQDN) of the certificate being requested.public String getDomainName()
Fully Qualified Domain Name (FQDN) of the certificate being requested.
public DomainValidationOption withDomainName(String domainName)
Fully Qualified Domain Name (FQDN) of the certificate being requested.
domainName
- Fully Qualified Domain Name (FQDN) of the certificate being requested.public void setValidationDomain(String 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 the DomainName
value or a superdomain of the
DomainName
value. For example, if you requested a certificate for
site.subdomain.example.com
and specify a ValidationDomain of
subdomain.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:
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 the DomainName
value or a superdomain
of the DomainName
value. For example, if you requested a certificate for
site.subdomain.example.com
and specify a ValidationDomain of
subdomain.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:
public String 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 the
DomainName
value. For example, if you requested a certificate for
site.subdomain.example.com
and specify a ValidationDomain of
subdomain.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:
DomainName
value or a
superdomain of the DomainName
value. For example, if you requested a certificate for
site.subdomain.example.com
and specify a ValidationDomain of
subdomain.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:
public DomainValidationOption withValidationDomain(String 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 the DomainName
value or a superdomain of the
DomainName
value. For example, if you requested a certificate for
site.subdomain.example.com
and specify a ValidationDomain of
subdomain.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:
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 the DomainName
value or a superdomain
of the DomainName
value. For example, if you requested a certificate for
site.subdomain.example.com
and specify a ValidationDomain of
subdomain.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:
public String toString()
toString
in class Object
Object.toString()
public DomainValidationOption clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.