@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Association extends Object implements Serializable, Cloneable
Contains information about the custom domain name association.
Constructor and Description |
---|
Association() |
Modifier and Type | Method and Description |
---|---|
Association |
clone() |
boolean |
equals(Object obj) |
List<CertificateAssociation> |
getCertificateAssociations()
A list of all associated clusters and domain names tied to a specific certificate.
|
String |
getCustomDomainCertificateArn()
The Amazon Resource Name (ARN) for the certificate associated with the custom domain.
|
Date |
getCustomDomainCertificateExpiryDate()
The expiration date for the certificate.
|
int |
hashCode() |
void |
setCertificateAssociations(Collection<CertificateAssociation> certificateAssociations)
A list of all associated clusters and domain names tied to a specific certificate.
|
void |
setCustomDomainCertificateArn(String customDomainCertificateArn)
The Amazon Resource Name (ARN) for the certificate associated with the custom domain.
|
void |
setCustomDomainCertificateExpiryDate(Date customDomainCertificateExpiryDate)
The expiration date for the certificate.
|
String |
toString()
Returns a string representation of this object.
|
Association |
withCertificateAssociations(CertificateAssociation... certificateAssociations)
A list of all associated clusters and domain names tied to a specific certificate.
|
Association |
withCertificateAssociations(Collection<CertificateAssociation> certificateAssociations)
A list of all associated clusters and domain names tied to a specific certificate.
|
Association |
withCustomDomainCertificateArn(String customDomainCertificateArn)
The Amazon Resource Name (ARN) for the certificate associated with the custom domain.
|
Association |
withCustomDomainCertificateExpiryDate(Date customDomainCertificateExpiryDate)
The expiration date for the certificate.
|
public void setCustomDomainCertificateArn(String customDomainCertificateArn)
The Amazon Resource Name (ARN) for the certificate associated with the custom domain.
customDomainCertificateArn
- The Amazon Resource Name (ARN) for the certificate associated with the custom domain.public String getCustomDomainCertificateArn()
The Amazon Resource Name (ARN) for the certificate associated with the custom domain.
public Association withCustomDomainCertificateArn(String customDomainCertificateArn)
The Amazon Resource Name (ARN) for the certificate associated with the custom domain.
customDomainCertificateArn
- The Amazon Resource Name (ARN) for the certificate associated with the custom domain.public void setCustomDomainCertificateExpiryDate(Date customDomainCertificateExpiryDate)
The expiration date for the certificate.
customDomainCertificateExpiryDate
- The expiration date for the certificate.public Date getCustomDomainCertificateExpiryDate()
The expiration date for the certificate.
public Association withCustomDomainCertificateExpiryDate(Date customDomainCertificateExpiryDate)
The expiration date for the certificate.
customDomainCertificateExpiryDate
- The expiration date for the certificate.public List<CertificateAssociation> getCertificateAssociations()
A list of all associated clusters and domain names tied to a specific certificate.
public void setCertificateAssociations(Collection<CertificateAssociation> certificateAssociations)
A list of all associated clusters and domain names tied to a specific certificate.
certificateAssociations
- A list of all associated clusters and domain names tied to a specific certificate.public Association withCertificateAssociations(CertificateAssociation... certificateAssociations)
A list of all associated clusters and domain names tied to a specific certificate.
NOTE: This method appends the values to the existing list (if any). Use
setCertificateAssociations(java.util.Collection)
or
withCertificateAssociations(java.util.Collection)
if you want to override the existing values.
certificateAssociations
- A list of all associated clusters and domain names tied to a specific certificate.public Association withCertificateAssociations(Collection<CertificateAssociation> certificateAssociations)
A list of all associated clusters and domain names tied to a specific certificate.
certificateAssociations
- A list of all associated clusters and domain names tied to a specific certificate.public String toString()
toString
in class Object
Object.toString()
public Association clone()