Interface DecimalNumber.Builder

    • Method Detail

      • 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

        DecimalNumber.Builder scale​(Integer 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.