CopyableBuilder<StringAttributeConstraintsType.Builder,StringAttributeConstraintsType>
, SdkBuilder<StringAttributeConstraintsType.Builder,StringAttributeConstraintsType>
public static interface StringAttributeConstraintsType.Builder extends CopyableBuilder<StringAttributeConstraintsType.Builder,StringAttributeConstraintsType>
Modifier and Type | Method | 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.