Interface ListDbInstancesResponse.Builder

    • Method Detail

      • items

        ListDbInstancesResponse.Builder items​(Collection<DbInstanceSummary> items)

        A list of Timestream for InfluxDB DB instance summaries.

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

        ListDbInstancesResponse.Builder items​(DbInstanceSummary... items)

        A list of Timestream for InfluxDB DB instance summaries.

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

        ListDbInstancesResponse.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.