Interface CapacityForecast.Builder

  • Method Details

    • timestamps

      CapacityForecast.Builder timestamps(Collection<Instant> timestamps)

      The timestamps for the data points, in UTC format.

      Parameters:
      timestamps - The timestamps for the data points, in UTC format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timestamps

      CapacityForecast.Builder timestamps(Instant... timestamps)

      The timestamps for the data points, in UTC format.

      Parameters:
      timestamps - The timestamps for the data points, in UTC format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      The values of the data points.

      Parameters:
      values - The values of the data points.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      CapacityForecast.Builder values(Double... values)

      The values of the data points.

      Parameters:
      values - The values of the data points.
      Returns:
      Returns a reference to this object so that method calls can be chained together.