public class CreateDomainNameRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to create a new domain name.
NOOP
Constructor and Description |
---|
CreateDomainNameRequest() |
Modifier and Type | Method and Description |
---|---|
CreateDomainNameRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getCertificateBody()
The body of the server certificate provided by your certificate
authority.
|
String |
getCertificateChain()
The intermediate certificates and optionally the root certificate, one
after the other without any blank lines.
|
String |
getCertificateName()
The name of the certificate.
|
String |
getCertificatePrivateKey()
Your certificate's private key.
|
String |
getDomainName()
The name of the DomainName resource.
|
int |
hashCode() |
void |
setCertificateBody(String certificateBody)
The body of the server certificate provided by your certificate
authority.
|
void |
setCertificateChain(String certificateChain)
The intermediate certificates and optionally the root certificate, one
after the other without any blank lines.
|
void |
setCertificateName(String certificateName)
The name of the certificate.
|
void |
setCertificatePrivateKey(String certificatePrivateKey)
Your certificate's private key.
|
void |
setDomainName(String domainName)
The name of the DomainName resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateDomainNameRequest |
withCertificateBody(String certificateBody)
The body of the server certificate provided by your certificate
authority.
|
CreateDomainNameRequest |
withCertificateChain(String certificateChain)
The intermediate certificates and optionally the root certificate, one
after the other without any blank lines.
|
CreateDomainNameRequest |
withCertificateName(String certificateName)
The name of the certificate.
|
CreateDomainNameRequest |
withCertificatePrivateKey(String certificatePrivateKey)
Your certificate's private key.
|
CreateDomainNameRequest |
withDomainName(String domainName)
The name of the DomainName resource.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomainName(String domainName)
The name of the DomainName resource.
domainName
- The name of the DomainName resource.public String getDomainName()
The name of the DomainName resource.
public CreateDomainNameRequest withDomainName(String domainName)
The name of the DomainName resource.
domainName
- The name of the DomainName resource.public void setCertificateName(String certificateName)
The name of the certificate.
certificateName
- The name of the certificate.public String getCertificateName()
The name of the certificate.
public CreateDomainNameRequest withCertificateName(String certificateName)
The name of the certificate.
certificateName
- The name of the certificate.public void setCertificateBody(String certificateBody)
The body of the server certificate provided by your certificate authority.
certificateBody
- The body of the server certificate provided by your certificate
authority.public String getCertificateBody()
The body of the server certificate provided by your certificate authority.
public CreateDomainNameRequest withCertificateBody(String certificateBody)
The body of the server certificate provided by your certificate authority.
certificateBody
- The body of the server certificate provided by your certificate
authority.public void setCertificatePrivateKey(String certificatePrivateKey)
Your certificate's private key.
certificatePrivateKey
- Your certificate's private key.public String getCertificatePrivateKey()
Your certificate's private key.
public CreateDomainNameRequest withCertificatePrivateKey(String certificatePrivateKey)
Your certificate's private key.
certificatePrivateKey
- Your certificate's private key.public void setCertificateChain(String certificateChain)
The intermediate certificates and optionally the root certificate, one after the other without any blank lines. If you include the root certificate, your certificate chain must start with intermediate certificates and end with the root certificate. Use the intermediate certificates that were provided by your certificate authority. Do not include any intermediaries that are not in the chain of trust path.
certificateChain
- The intermediate certificates and optionally the root certificate,
one after the other without any blank lines. If you include the
root certificate, your certificate chain must start with
intermediate certificates and end with the root certificate. Use
the intermediate certificates that were provided by your
certificate authority. Do not include any intermediaries that are
not in the chain of trust path.public String getCertificateChain()
The intermediate certificates and optionally the root certificate, one after the other without any blank lines. If you include the root certificate, your certificate chain must start with intermediate certificates and end with the root certificate. Use the intermediate certificates that were provided by your certificate authority. Do not include any intermediaries that are not in the chain of trust path.
public CreateDomainNameRequest withCertificateChain(String certificateChain)
The intermediate certificates and optionally the root certificate, one after the other without any blank lines. If you include the root certificate, your certificate chain must start with intermediate certificates and end with the root certificate. Use the intermediate certificates that were provided by your certificate authority. Do not include any intermediaries that are not in the chain of trust path.
certificateChain
- The intermediate certificates and optionally the root certificate,
one after the other without any blank lines. If you include the
root certificate, your certificate chain must start with
intermediate certificates and end with the root certificate. Use
the intermediate certificates that were provided by your
certificate authority. Do not include any intermediaries that are
not in the chain of trust path.public String toString()
toString
in class Object
Object.toString()
public CreateDomainNameRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.