Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.SchemaAttributeType.Builder
Packages that use SchemaAttributeType.Builder
-
Uses of SchemaAttributeType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return SchemaAttributeType.BuilderModifier and TypeMethodDescriptionSchemaAttributeType.Builder.attributeDataType(String attributeDataType) The data format of the values for your attribute.SchemaAttributeType.Builder.attributeDataType(AttributeDataType attributeDataType) The data format of the values for your attribute.static SchemaAttributeType.BuilderSchemaAttributeType.builder()SchemaAttributeType.Builder.developerOnlyAttribute(Boolean developerOnlyAttribute) Specifies whether the value of the attribute can be changed.The name of your user pool attribute.default SchemaAttributeType.BuilderSchemaAttributeType.Builder.numberAttributeConstraints(Consumer<NumberAttributeConstraintsType.Builder> numberAttributeConstraints) Specifies the constraints for an attribute of the number type.SchemaAttributeType.Builder.numberAttributeConstraints(NumberAttributeConstraintsType numberAttributeConstraints) Specifies the constraints for an attribute of the number type.Specifies whether a user pool attribute is required.default SchemaAttributeType.BuilderSchemaAttributeType.Builder.stringAttributeConstraints(Consumer<StringAttributeConstraintsType.Builder> stringAttributeConstraints) Specifies the constraints for an attribute of the string type.SchemaAttributeType.Builder.stringAttributeConstraints(StringAttributeConstraintsType stringAttributeConstraints) Specifies the constraints for an attribute of the string type.SchemaAttributeType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type SchemaAttributeType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SchemaAttributeType.Builder>SchemaAttributeType.serializableBuilderClass()