public static interface NumberAttributeConstraintsType.Builder extends SdkPojo, CopyableBuilder<NumberAttributeConstraintsType.Builder,NumberAttributeConstraintsType>
| Modifier and Type | Method and Description |
|---|---|
NumberAttributeConstraintsType.Builder |
maxValue(String maxValue)
The maximum value of an attribute that is of the number data type.
|
NumberAttributeConstraintsType.Builder |
minValue(String minValue)
The minimum value of an attribute that is of the number data type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNumberAttributeConstraintsType.Builder minValue(String minValue)
The minimum value of an attribute that is of the number data type.
minValue - The minimum value of an attribute that is of the number data type.NumberAttributeConstraintsType.Builder maxValue(String maxValue)
The maximum value of an attribute that is of the number data type.
maxValue - The maximum value of an attribute that is of the number data type.Copyright © 2021. All rights reserved.