SchemaAttributeType.Builder |
SchemaAttributeType.Builder.attributeDataType(String attributeDataType) |
The data format of the values for your attribute.
|
SchemaAttributeType.Builder |
SchemaAttributeType.Builder.attributeDataType(AttributeDataType attributeDataType) |
The data format of the values for your attribute.
|
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) |
The name of your user pool attribute.
|
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() |
|