Interface ClusterHealth.Builder

    • Method Detail

      • issues

        ClusterHealth.Builder issues​(Collection<ClusterIssue> issues)

        An object representing the health issues of your Amazon EKS cluster.

        Parameters:
        issues - An object representing the health issues of your Amazon EKS cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • issues

        ClusterHealth.Builder issues​(ClusterIssue... issues)

        An object representing the health issues of your Amazon EKS cluster.

        Parameters:
        issues - An object representing the health issues of your Amazon EKS cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.