Class DomainName
- All Implemented Interfaces:
Serializable
,Cloneable
Represents a domain name that is contained in a simpler, more intuitive URL that can be called.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the certificate.The date when the certificate was uploaded, in ISO 8601 format.The domain name of the Amazon CloudFront distribution.The name of the DomainName resource.int
hashCode()
void
setCertificateName
(String certificateName) The name of the certificate.void
setCertificateUploadDate
(Date certificateUploadDate) The date when the certificate was uploaded, in ISO 8601 format.void
setDistributionDomainName
(String distributionDomainName) The domain name of the Amazon CloudFront distribution.void
setDomainName
(String domainName) The name of the DomainName resource.toString()
Returns a string representation of this object; useful for testing and debugging.withCertificateName
(String certificateName) The name of the certificate.withCertificateUploadDate
(Date certificateUploadDate) The date when the certificate was uploaded, in ISO 8601 format.withDistributionDomainName
(String distributionDomainName) The domain name of the Amazon CloudFront distribution.withDomainName
(String domainName) The name of the DomainName resource.
-
Constructor Details
-
DomainName
public DomainName()
-
-
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.
-
setCertificateUploadDate
The date when the certificate was uploaded, in ISO 8601 format.
- Parameters:
certificateUploadDate
- The date when the certificate was uploaded, in ISO 8601 format.
-
getCertificateUploadDate
The date when the certificate was uploaded, in ISO 8601 format.
- Returns:
- The date when the certificate was uploaded, in ISO 8601 format.
-
withCertificateUploadDate
The date when the certificate was uploaded, in ISO 8601 format.
- Parameters:
certificateUploadDate
- The date when the certificate was uploaded, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDistributionDomainName
The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.
- Parameters:
distributionDomainName
- The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.
-
getDistributionDomainName
The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.
- Returns:
- The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.
-
withDistributionDomainName
The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.
- Parameters:
distributionDomainName
- The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.- 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
-