Interface ListClustersResponse.Builder

    • Method Detail

      • clusters

        ListClustersResponse.Builder clusters​(Collection<ClusterInList> clusters)

        A list of Elastic DocumentDB cluster.

        Parameters:
        clusters - A list of Elastic DocumentDB cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusters

        ListClustersResponse.Builder clusters​(ClusterInList... clusters)

        A list of Elastic DocumentDB cluster.

        Parameters:
        clusters - A list of Elastic DocumentDB cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListClustersResponse.Builder nextToken​(String nextToken)

        The response will provide a nextToken if there is more data beyond the maxResults.

        If there is no more data in the responce, the nextToken will not be returned.

        Parameters:
        nextToken - The response will provide a nextToken if there is more data beyond the maxResults.

        If there is no more data in the responce, the nextToken will not be returned.

        Returns:
        Returns a reference to this object so that method calls can be chained together.