public static interface NumberAttributeConstraintsType.Builder extends 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.
|
copyapply, 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.