| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
static StringAttributeConstraintsType.Builder |
StringAttributeConstraintsType.builder() |
StringAttributeConstraintsType.Builder |
StringAttributeConstraintsType.Builder.maxLength(String maxLength)
The maximum length.
|
StringAttributeConstraintsType.Builder |
StringAttributeConstraintsType.Builder.minLength(String minLength)
The minimum length.
|
StringAttributeConstraintsType.Builder |
StringAttributeConstraintsType.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StringAttributeConstraintsType.Builder> |
StringAttributeConstraintsType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SchemaAttributeType.Builder |
SchemaAttributeType.Builder.stringAttributeConstraints(Consumer<StringAttributeConstraintsType.Builder> stringAttributeConstraints)
Specifies the constraints for an attribute of the string type.
|
Copyright © 2020. All rights reserved.