Interface NumberAttributeConstraintsType.Builder

    • Method Detail

      • minValue

        NumberAttributeConstraintsType.Builder minValue​(String minValue)

        The minimum value of an attribute that is of the number data type.

        Parameters:
        minValue - The minimum value of an attribute that is of the number data type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxValue

        NumberAttributeConstraintsType.Builder maxValue​(String maxValue)

        The maximum length of a number attribute value. Must be a number less than or equal to 2^1023, represented as a string with a length of 131072 characters or fewer.

        Parameters:
        maxValue - The maximum length of a number attribute value. Must be a number less than or equal to 2^1023, represented as a string with a length of 131072 characters or fewer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.