| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
SchemaAttributeType.Builder |
SchemaAttributeType.Builder.attributeDataType(AttributeDataType attributeDataType)
The attribute data type.
|
SchemaAttributeType.Builder |
SchemaAttributeType.Builder.attributeDataType(String attributeDataType)
The attribute data type.
|
static SchemaAttributeType.Builder |
SchemaAttributeType.builder() |
SchemaAttributeType.Builder |
SchemaAttributeType.Builder.developerOnlyAttribute(Boolean developerOnlyAttribute)
|
SchemaAttributeType.Builder |
SchemaAttributeType.Builder.mutable(Boolean mutable)
Specifies whether the value of the attribute can be changed.
|
SchemaAttributeType.Builder |
SchemaAttributeType.Builder.name(String name)
A schema attribute of the name type.
|
default SchemaAttributeType.Builder |
SchemaAttributeType.Builder.numberAttributeConstraints(Consumer<NumberAttributeConstraintsType.Builder> numberAttributeConstraints)
Specifies the constraints for an attribute of the number type.
|
SchemaAttributeType.Builder |
SchemaAttributeType.Builder.numberAttributeConstraints(NumberAttributeConstraintsType numberAttributeConstraints)
Specifies the constraints for an attribute of the number type.
|
SchemaAttributeType.Builder |
SchemaAttributeType.Builder.required(Boolean required)
Specifies whether a user pool attribute is required.
|
default SchemaAttributeType.Builder |
SchemaAttributeType.Builder.stringAttributeConstraints(Consumer<StringAttributeConstraintsType.Builder> stringAttributeConstraints)
Specifies the constraints for an attribute of the string type.
|
SchemaAttributeType.Builder |
SchemaAttributeType.Builder.stringAttributeConstraints(StringAttributeConstraintsType stringAttributeConstraints)
Specifies the constraints for an attribute of the string type.
|
SchemaAttributeType.Builder |
SchemaAttributeType.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SchemaAttributeType.Builder> |
SchemaAttributeType.serializableBuilderClass() |
Copyright © 2020. All rights reserved.