| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
static NumberAttributeConstraintsType.Builder |
NumberAttributeConstraintsType.builder() |
NumberAttributeConstraintsType.Builder |
NumberAttributeConstraintsType.Builder.maxValue(String maxValue)
The maximum value of an attribute that is of the number data type.
|
NumberAttributeConstraintsType.Builder |
NumberAttributeConstraintsType.Builder.minValue(String minValue)
The minimum value of an attribute that is of the number data type.
|
NumberAttributeConstraintsType.Builder |
NumberAttributeConstraintsType.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NumberAttributeConstraintsType.Builder> |
NumberAttributeConstraintsType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SchemaAttributeType.Builder |
SchemaAttributeType.Builder.numberAttributeConstraints(Consumer<NumberAttributeConstraintsType.Builder> numberAttributeConstraints)
Specifies the constraints for an attribute of the number type.
|
Copyright © 2020. All rights reserved.