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 Summary
Modifier and TypeMethodDescriptionThe maximum length of a number attribute value.The minimum value of an attribute that is of the number data type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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 to2^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.
-