Interface Association.Builder

    • Method Detail

      • customDomainCertificateArn

        Association.Builder customDomainCertificateArn​(String customDomainCertificateArn)

        The Amazon Resource Name (ARN) for the certificate associated with the custom domain.

        Parameters:
        customDomainCertificateArn - The Amazon Resource Name (ARN) for the certificate associated with the custom domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customDomainCertificateExpiryDate

        Association.Builder customDomainCertificateExpiryDate​(Instant customDomainCertificateExpiryDate)

        The expiration date for the certificate.

        Parameters:
        customDomainCertificateExpiryDate - The expiration date for the certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateAssociations

        Association.Builder certificateAssociations​(Collection<CertificateAssociation> certificateAssociations)

        A list of all associated clusters and domain names tied to a specific certificate.

        Parameters:
        certificateAssociations - A list of all associated clusters and domain names tied to a specific certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateAssociations

        Association.Builder certificateAssociations​(CertificateAssociation... certificateAssociations)

        A list of all associated clusters and domain names tied to a specific certificate.

        Parameters:
        certificateAssociations - A list of all associated clusters and domain names tied to a specific certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.