Interface Spend.Builder

    • Method Detail

      • amount

        Spend.Builder amount​(BigDecimal amount)

        The cost or usage amount that's associated with a budget forecast, actual spend, or budget threshold.

        Parameters:
        amount - The cost or usage amount that's associated with a budget forecast, actual spend, or budget threshold.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unit

        Spend.Builder unit​(String unit)

        The unit of measurement that's used for the budget forecast, actual spend, or budget threshold.

        Parameters:
        unit - The unit of measurement that's used for the budget forecast, actual spend, or budget threshold.
        Returns:
        Returns a reference to this object so that method calls can be chained together.