Interface ListClustersResponse.Builder

    • Method Detail

      • clusterListEntries

        ListClustersResponse.Builder clusterListEntries​(Collection<ClusterListEntry> clusterListEntries)

        Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status information.

        Parameters:
        clusterListEntries - Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusterListEntries

        ListClustersResponse.Builder clusterListEntries​(ClusterListEntry... clusterListEntries)

        Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status information.

        Parameters:
        clusterListEntries - Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListClustersResponse.Builder nextToken​(String nextToken)

        HTTP requests are stateless. If you use the automatically generated NextToken value in your next ClusterListEntry call, your list of returned clusters will start from this point in the array.

        Parameters:
        nextToken - HTTP requests are stateless. If you use the automatically generated NextToken value in your next ClusterListEntry call, your list of returned clusters will start from this point in the array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.