Interface ListDbClustersResponse.Builder

    • Method Detail

      • items

        ListDbClustersResponse.Builder items​(Collection<DbClusterSummary> items)

        A list of Timestream for InfluxDB cluster summaries.

        Parameters:
        items - A list of Timestream for InfluxDB cluster summaries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListDbClustersResponse.Builder items​(DbClusterSummary... items)

        A list of Timestream for InfluxDB cluster summaries.

        Parameters:
        items - A list of Timestream for InfluxDB cluster summaries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDbClustersResponse.Builder nextToken​(String nextToken)

        Token from a previous call of the operation. When this value is provided, the service returns results from where the previous response left off.

        Parameters:
        nextToken - Token from a previous call of the operation. When this value is provided, the service returns results from where the previous response left off.
        Returns:
        Returns a reference to this object so that method calls can be chained together.