Interface Spend.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Spend.Builder,Spend>, SdkBuilder<Spend.Builder,Spend>, SdkPojo
Enclosing class:
Spend

@Mutable @NotThreadSafe public static interface Spend.Builder extends SdkPojo, CopyableBuilder<Spend.Builder,Spend>
  • Method Details

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