Interface ListClustersResponse.Builder

    • Method Detail

      • clusters

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

        A list of Amazon DocumentDB elastic clusters.

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

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

        A list of Amazon DocumentDB elastic clusters.

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

        ListClustersResponse.Builder nextToken​(String nextToken)

        A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by max-results.

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

        Parameters:
        nextToken - A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by max-results.

        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.