@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCertificateArn()
The reference to an AWS-managed certificate.
|
String |
getCertificateBody()
[Deprecated] The body of the server certificate provided by your certificate authority.
|
String |
getCertificateChain()
[Deprecated] The intermediate certificates and optionally the root certificate, one after the other without any
blank lines.
|
String |
getCertificateName()
The user-friendly name of the certificate.
|
String |
getCertificatePrivateKey()
[Deprecated] Your certificate's private key.
|
String |
getDomainName()
(Required) The name of the DomainName resource.
|
int |
hashCode() |
void |
setCertificateArn(String certificateArn)
The reference to an AWS-managed certificate.
|
void |
setCertificateBody(String certificateBody)
[Deprecated] The body of the server certificate provided by your certificate authority.
|
void |
setCertificateChain(String certificateChain)
[Deprecated] The intermediate certificates and optionally the root certificate, one after the other without any
blank lines.
|
void |
setCertificateName(String certificateName)
The user-friendly name of the certificate.
|
void |
setCertificatePrivateKey(String certificatePrivateKey)
[Deprecated] Your certificate's private key.
|
void |
setDomainName(String domainName)
(Required) The name of the DomainName resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateDomainNameRequest |
withCertificateArn(String certificateArn)
The reference to an AWS-managed certificate.
|
CreateDomainNameRequest |
withCertificateBody(String certificateBody)
[Deprecated] The body of the server certificate provided by your certificate authority.
|
CreateDomainNameRequest |
withCertificateChain(String certificateChain)
[Deprecated] The intermediate certificates and optionally the root certificate, one after the other without any
blank lines.
|
CreateDomainNameRequest |
withCertificateName(String certificateName)
The user-friendly name of the certificate.
|
CreateDomainNameRequest |
withCertificatePrivateKey(String certificatePrivateKey)
[Deprecated] Your certificate's private key.
|
CreateDomainNameRequest |
withDomainName(String domainName)
(Required) The name of the DomainName resource.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomainName(String domainName)
(Required) The name of the DomainName resource.
domainName
- (Required) The name of the DomainName resource.public String getDomainName()
(Required) The name of the DomainName resource.
public CreateDomainNameRequest withDomainName(String domainName)
(Required) The name of the DomainName resource.
domainName
- (Required) The name of the DomainName resource.public void setCertificateName(String certificateName)
The user-friendly name of the certificate.
certificateName
- The user-friendly name of the certificate.public String getCertificateName()
The user-friendly name of the certificate.
public CreateDomainNameRequest withCertificateName(String certificateName)
The user-friendly name of the certificate.
certificateName
- The user-friendly name of the certificate.public void setCertificateBody(String certificateBody)
[Deprecated] The body of the server certificate provided by your certificate authority.
certificateBody
- [Deprecated] The body of the server certificate provided by your certificate authority.public String getCertificateBody()
[Deprecated] The body of the server certificate provided by your certificate authority.
public CreateDomainNameRequest withCertificateBody(String certificateBody)
[Deprecated] The body of the server certificate provided by your certificate authority.
certificateBody
- [Deprecated] The body of the server certificate provided by your certificate authority.public void setCertificatePrivateKey(String certificatePrivateKey)
[Deprecated] Your certificate's private key.
certificatePrivateKey
- [Deprecated] Your certificate's private key.public String getCertificatePrivateKey()
[Deprecated] Your certificate's private key.
public CreateDomainNameRequest withCertificatePrivateKey(String certificatePrivateKey)
[Deprecated] Your certificate's private key.
certificatePrivateKey
- [Deprecated] Your certificate's private key.public void setCertificateChain(String certificateChain)
[Deprecated] 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
- [Deprecated] 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()
[Deprecated] 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)
[Deprecated] 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
- [Deprecated] 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 void setCertificateArn(String certificateArn)
The reference to an AWS-managed certificate. AWS Certificate Manager is the only supported source.
certificateArn
- The reference to an AWS-managed certificate. AWS Certificate Manager is the only supported source.public String getCertificateArn()
The reference to an AWS-managed certificate. AWS Certificate Manager is the only supported source.
public CreateDomainNameRequest withCertificateArn(String certificateArn)
The reference to an AWS-managed certificate. AWS Certificate Manager is the only supported source.
certificateArn
- The reference to an AWS-managed certificate. AWS Certificate Manager is the only supported source.public String toString()
toString
in class Object
Object.toString()
public CreateDomainNameRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.