Interface DecimalNumber.Builder

  • Method Details

    • unscaledValue

      DecimalNumber.Builder unscaledValue(SdkBytes unscaledValue)

      The unscaled numeric value.

      Parameters:
      unscaledValue - The unscaled numeric value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scale

      The scale that determines where the decimal point falls in the unscaled value.

      Parameters:
      scale - The scale that determines where the decimal point falls in the unscaled value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.