Interface NumberAttributeConstraintsType.Builder

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

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

    • 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

      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.