public static interface StringAttributeConstraintsType.Builder extends CopyableBuilder<StringAttributeConstraintsType.Builder,StringAttributeConstraintsType>
Modifier and Type | Method and Description |
---|---|
StringAttributeConstraintsType.Builder |
maxLength(String maxLength)
The maximum length of an attribute value of the string type.
|
StringAttributeConstraintsType.Builder |
minLength(String minLength)
The minimum length of an attribute value of the string type.
|
copy
apply, build
StringAttributeConstraintsType.Builder minLength(String minLength)
The minimum length of an attribute value of the string type.
minLength
- The minimum length of an attribute value of the string type.StringAttributeConstraintsType.Builder maxLength(String maxLength)
The maximum length of an attribute value of the string type.
maxLength
- The maximum length of an attribute value of the string type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.