Interface UsageAmount.Builder

  • Method Details

    • startHour

      UsageAmount.Builder startHour(Instant startHour)

      The start hour of the usage period.

      Parameters:
      startHour - The start hour of the usage period.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • amount

      UsageAmount.Builder amount(Double amount)

      The usage amount for the period.

      Parameters:
      amount - The usage amount for the period.
      Returns:
      Returns a reference to this object so that method calls can be chained together.