Class CreateDomainNameRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
A request to create a new domain name.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The body of the server certificate provided by your certificate authority.The intermediate certificates and optionally the root certificate, one after the other without any blank lines.The name of the certificate.Your certificate's private key.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.toString()
Returns a string representation of this object; useful for testing and debugging.withCertificateBody
(String certificateBody) The body of the server certificate provided by your certificate authority.withCertificateChain
(String certificateChain) The intermediate certificates and optionally the root certificate, one after the other without any blank lines.withCertificateName
(String certificateName) The name of the certificate.withCertificatePrivateKey
(String certificatePrivateKey) Your certificate's private key.withDomainName
(String domainName) The name of the DomainName resource.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
CreateDomainNameRequest
public CreateDomainNameRequest()
-
-
Method Details
-
setDomainName
The name of the DomainName resource.
- Parameters:
domainName
- The name of the DomainName resource.
-
getDomainName
The name of the DomainName resource.
- Returns:
- The name of the DomainName resource.
-
withDomainName
The name of the DomainName resource.
- Parameters:
domainName
- The name of the DomainName resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCertificateName
The name of the certificate.
- Parameters:
certificateName
- The name of the certificate.
-
getCertificateName
The name of the certificate.
- Returns:
- The name of the certificate.
-
withCertificateName
The name of the certificate.
- Parameters:
certificateName
- The name of the certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCertificateBody
The body of the server certificate provided by your certificate authority.
- Parameters:
certificateBody
- The body of the server certificate provided by your certificate authority.
-
getCertificateBody
The body of the server certificate provided by your certificate authority.
- Returns:
- The body of the server certificate provided by your certificate authority.
-
withCertificateBody
The body of the server certificate provided by your certificate authority.
- Parameters:
certificateBody
- The body of the server certificate provided by your certificate authority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCertificatePrivateKey
Your certificate's private key.
- Parameters:
certificatePrivateKey
- Your certificate's private key.
-
getCertificatePrivateKey
Your certificate's private key.
- Returns:
- Your certificate's private key.
-
withCertificatePrivateKey
Your certificate's private key.
- Parameters:
certificatePrivateKey
- Your certificate's private key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCertificateChain
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.
- Parameters:
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.
-
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.
- Returns:
- 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.
-
withCertificateChain
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.
- Parameters:
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.- 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
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-