Interface StringAttributeConstraintsType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StringAttributeConstraintsType.Builder,StringAttributeConstraintsType>,SdkBuilder<StringAttributeConstraintsType.Builder,StringAttributeConstraintsType>,SdkPojo
- Enclosing class:
- StringAttributeConstraintsType
public static interface StringAttributeConstraintsType.Builder extends SdkPojo, CopyableBuilder<StringAttributeConstraintsType.Builder,StringAttributeConstraintsType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringAttributeConstraintsType.BuildermaxLength(String maxLength)The maximum length.StringAttributeConstraintsType.BuilderminLength(String minLength)The minimum length.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
minLength
StringAttributeConstraintsType.Builder minLength(String minLength)
The minimum length.
- Parameters:
minLength- The minimum length.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxLength
StringAttributeConstraintsType.Builder maxLength(String maxLength)
The maximum length.
- Parameters:
maxLength- The maximum length.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-