Interface Total.Builder

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

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

    • amount

      Total.Builder amount(String amount)

      The total usage.

      Parameters:
      amount - The total usage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unit

      Total.Builder unit(String unit)

      The currency unit that the amount is given in.

      Parameters:
      unit - The currency unit that the amount is given in.
      Returns:
      Returns a reference to this object so that method calls can be chained together.