public class SchemaAttributeType extends Object implements Serializable
Contains information about the schema attribute.
| Constructor and Description |
|---|
SchemaAttributeType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAttributeDataType()
The attribute data type.
|
Boolean |
getDeveloperOnlyAttribute()
|
Boolean |
getMutable()
Specifies whether the value of the attribute can be changed.
|
String |
getName()
A schema attribute of the name type.
|
NumberAttributeConstraintsType |
getNumberAttributeConstraints()
Specifies the constraints for an attribute of the number type.
|
Boolean |
getRequired()
Specifies whether a user pool attribute is required.
|
StringAttributeConstraintsType |
getStringAttributeConstraints()
Specifies the constraints for an attribute of the string type.
|
int |
hashCode() |
Boolean |
isDeveloperOnlyAttribute()
|
Boolean |
isMutable()
Specifies whether the value of the attribute can be changed.
|
Boolean |
isRequired()
Specifies whether a user pool attribute is required.
|
void |
setAttributeDataType(AttributeDataType attributeDataType)
The attribute data type.
|
void |
setAttributeDataType(String attributeDataType)
The attribute data type.
|
void |
setDeveloperOnlyAttribute(Boolean developerOnlyAttribute)
|
void |
setMutable(Boolean mutable)
Specifies whether the value of the attribute can be changed.
|
void |
setName(String name)
A schema attribute of the name type.
|
void |
setNumberAttributeConstraints(NumberAttributeConstraintsType numberAttributeConstraints)
Specifies the constraints for an attribute of the number type.
|
void |
setRequired(Boolean required)
Specifies whether a user pool attribute is required.
|
void |
setStringAttributeConstraints(StringAttributeConstraintsType stringAttributeConstraints)
Specifies the constraints for an attribute of the string type.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SchemaAttributeType |
withAttributeDataType(AttributeDataType attributeDataType)
The attribute data type.
|
SchemaAttributeType |
withAttributeDataType(String attributeDataType)
The attribute data type.
|
SchemaAttributeType |
withDeveloperOnlyAttribute(Boolean developerOnlyAttribute)
|
SchemaAttributeType |
withMutable(Boolean mutable)
Specifies whether the value of the attribute can be changed.
|
SchemaAttributeType |
withName(String name)
A schema attribute of the name type.
|
SchemaAttributeType |
withNumberAttributeConstraints(NumberAttributeConstraintsType numberAttributeConstraints)
Specifies the constraints for an attribute of the number type.
|
SchemaAttributeType |
withRequired(Boolean required)
Specifies whether a user pool attribute is required.
|
SchemaAttributeType |
withStringAttributeConstraints(StringAttributeConstraintsType stringAttributeConstraints)
Specifies the constraints for an attribute of the string type.
|
public String getName()
A schema attribute of the name type.
Constraints:
Length: 1 - 20
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
A schema attribute of the name type.
public void setName(String name)
A schema attribute of the name type.
Constraints:
Length: 1 - 20
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
name - A schema attribute of the name type.
public SchemaAttributeType withName(String name)
A schema attribute of the name type.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 20
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
name - A schema attribute of the name type.
public String getAttributeDataType()
The attribute data type.
Constraints:
Allowed Values: String, Number, DateTime, Boolean
The attribute data type.
AttributeDataTypepublic void setAttributeDataType(String attributeDataType)
The attribute data type.
Constraints:
Allowed Values: String, Number, DateTime, Boolean
attributeDataType - The attribute data type.
AttributeDataTypepublic SchemaAttributeType withAttributeDataType(String attributeDataType)
The attribute data type.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: String, Number, DateTime, Boolean
attributeDataType - The attribute data type.
AttributeDataTypepublic void setAttributeDataType(AttributeDataType attributeDataType)
The attribute data type.
Constraints:
Allowed Values: String, Number, DateTime, Boolean
attributeDataType - The attribute data type.
AttributeDataTypepublic SchemaAttributeType withAttributeDataType(AttributeDataType attributeDataType)
The attribute data type.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: String, Number, DateTime, Boolean
attributeDataType - The attribute data type.
AttributeDataTypepublic Boolean isDeveloperOnlyAttribute()
We recommend that you use WriteAttributes in the user pool client to control how attributes
can be mutated for new use cases instead of using
DeveloperOnlyAttribute.
Specifies whether the attribute type is developer only. This attribute
can only be modified by an administrator. Users will not be able to
modify this attribute using their access token. For example,
DeveloperOnlyAttribute can be modified using the API but
cannot be updated using the API.
We recommend that you use WriteAttributes in the user pool client to control how
attributes can be mutated for new use cases instead of using
DeveloperOnlyAttribute.
Specifies whether the attribute type is developer only. This
attribute can only be modified by an administrator. Users will
not be able to modify this attribute using their access token.
For example, DeveloperOnlyAttribute can be modified
using the API but cannot be updated using the API.
public Boolean getDeveloperOnlyAttribute()
We recommend that you use WriteAttributes in the user pool client to control how attributes
can be mutated for new use cases instead of using
DeveloperOnlyAttribute.
Specifies whether the attribute type is developer only. This attribute
can only be modified by an administrator. Users will not be able to
modify this attribute using their access token. For example,
DeveloperOnlyAttribute can be modified using the API but
cannot be updated using the API.
We recommend that you use WriteAttributes in the user pool client to control how
attributes can be mutated for new use cases instead of using
DeveloperOnlyAttribute.
Specifies whether the attribute type is developer only. This
attribute can only be modified by an administrator. Users will
not be able to modify this attribute using their access token.
For example, DeveloperOnlyAttribute can be modified
using the API but cannot be updated using the API.
public void setDeveloperOnlyAttribute(Boolean developerOnlyAttribute)
We recommend that you use WriteAttributes in the user pool client to control how attributes
can be mutated for new use cases instead of using
DeveloperOnlyAttribute.
Specifies whether the attribute type is developer only. This attribute
can only be modified by an administrator. Users will not be able to
modify this attribute using their access token. For example,
DeveloperOnlyAttribute can be modified using the API but
cannot be updated using the API.
developerOnlyAttribute -
We recommend that you use WriteAttributes in the user pool client to control how
attributes can be mutated for new use cases instead of using
DeveloperOnlyAttribute.
Specifies whether the attribute type is developer only. This
attribute can only be modified by an administrator. Users will
not be able to modify this attribute using their access token.
For example, DeveloperOnlyAttribute can be
modified using the API but cannot be updated using the API.
public SchemaAttributeType withDeveloperOnlyAttribute(Boolean developerOnlyAttribute)
We recommend that you use WriteAttributes in the user pool client to control how attributes
can be mutated for new use cases instead of using
DeveloperOnlyAttribute.
Specifies whether the attribute type is developer only. This attribute
can only be modified by an administrator. Users will not be able to
modify this attribute using their access token. For example,
DeveloperOnlyAttribute can be modified using the API but
cannot be updated using the API.
Returns a reference to this object so that method calls can be chained together.
developerOnlyAttribute -
We recommend that you use WriteAttributes in the user pool client to control how
attributes can be mutated for new use cases instead of using
DeveloperOnlyAttribute.
Specifies whether the attribute type is developer only. This
attribute can only be modified by an administrator. Users will
not be able to modify this attribute using their access token.
For example, DeveloperOnlyAttribute can be
modified using the API but cannot be updated using the API.
public Boolean isMutable()
Specifies whether the value of the attribute can be changed.
For any user pool attribute that's mapped to an identity provider
attribute, you must set this parameter to true. Amazon
Cognito updates mapped attributes when users sign in to your application
through an identity provider. If an attribute is immutable, Amazon
Cognito throws an error when it attempts to update the attribute. For
more information, see Specifying Identity Provider Attribute Mappings for Your User Pool.
Specifies whether the value of the attribute can be changed.
For any user pool attribute that's mapped to an identity provider
attribute, you must set this parameter to true.
Amazon Cognito updates mapped attributes when users sign in to
your application through an identity provider. If an attribute is
immutable, Amazon Cognito throws an error when it attempts to
update the attribute. For more information, see Specifying Identity Provider Attribute Mappings for Your User
Pool.
public Boolean getMutable()
Specifies whether the value of the attribute can be changed.
For any user pool attribute that's mapped to an identity provider
attribute, you must set this parameter to true. Amazon
Cognito updates mapped attributes when users sign in to your application
through an identity provider. If an attribute is immutable, Amazon
Cognito throws an error when it attempts to update the attribute. For
more information, see Specifying Identity Provider Attribute Mappings for Your User Pool.
Specifies whether the value of the attribute can be changed.
For any user pool attribute that's mapped to an identity provider
attribute, you must set this parameter to true.
Amazon Cognito updates mapped attributes when users sign in to
your application through an identity provider. If an attribute is
immutable, Amazon Cognito throws an error when it attempts to
update the attribute. For more information, see Specifying Identity Provider Attribute Mappings for Your User
Pool.
public void setMutable(Boolean mutable)
Specifies whether the value of the attribute can be changed.
For any user pool attribute that's mapped to an identity provider
attribute, you must set this parameter to true. Amazon
Cognito updates mapped attributes when users sign in to your application
through an identity provider. If an attribute is immutable, Amazon
Cognito throws an error when it attempts to update the attribute. For
more information, see Specifying Identity Provider Attribute Mappings for Your User Pool.
mutable - Specifies whether the value of the attribute can be changed.
For any user pool attribute that's mapped to an identity
provider attribute, you must set this parameter to
true. Amazon Cognito updates mapped attributes
when users sign in to your application through an identity
provider. If an attribute is immutable, Amazon Cognito throws
an error when it attempts to update the attribute. For more
information, see Specifying Identity Provider Attribute Mappings for Your User
Pool.
public SchemaAttributeType withMutable(Boolean mutable)
Specifies whether the value of the attribute can be changed.
For any user pool attribute that's mapped to an identity provider
attribute, you must set this parameter to true. Amazon
Cognito updates mapped attributes when users sign in to your application
through an identity provider. If an attribute is immutable, Amazon
Cognito throws an error when it attempts to update the attribute. For
more information, see Specifying Identity Provider Attribute Mappings for Your User Pool.
Returns a reference to this object so that method calls can be chained together.
mutable - Specifies whether the value of the attribute can be changed.
For any user pool attribute that's mapped to an identity
provider attribute, you must set this parameter to
true. Amazon Cognito updates mapped attributes
when users sign in to your application through an identity
provider. If an attribute is immutable, Amazon Cognito throws
an error when it attempts to update the attribute. For more
information, see Specifying Identity Provider Attribute Mappings for Your User
Pool.
public Boolean isRequired()
Specifies whether a user pool attribute is required. If the attribute is required and the user does not provide a value, registration or sign-in will fail.
Specifies whether a user pool attribute is required. If the attribute is required and the user does not provide a value, registration or sign-in will fail.
public Boolean getRequired()
Specifies whether a user pool attribute is required. If the attribute is required and the user does not provide a value, registration or sign-in will fail.
Specifies whether a user pool attribute is required. If the attribute is required and the user does not provide a value, registration or sign-in will fail.
public void setRequired(Boolean required)
Specifies whether a user pool attribute is required. If the attribute is required and the user does not provide a value, registration or sign-in will fail.
required - Specifies whether a user pool attribute is required. If the attribute is required and the user does not provide a value, registration or sign-in will fail.
public SchemaAttributeType withRequired(Boolean required)
Specifies whether a user pool attribute is required. If the attribute is required and the user does not provide a value, registration or sign-in will fail.
Returns a reference to this object so that method calls can be chained together.
required - Specifies whether a user pool attribute is required. If the attribute is required and the user does not provide a value, registration or sign-in will fail.
public NumberAttributeConstraintsType getNumberAttributeConstraints()
Specifies the constraints for an attribute of the number type.
Specifies the constraints for an attribute of the number type.
public void setNumberAttributeConstraints(NumberAttributeConstraintsType numberAttributeConstraints)
Specifies the constraints for an attribute of the number type.
numberAttributeConstraints - Specifies the constraints for an attribute of the number type.
public SchemaAttributeType withNumberAttributeConstraints(NumberAttributeConstraintsType numberAttributeConstraints)
Specifies the constraints for an attribute of the number type.
Returns a reference to this object so that method calls can be chained together.
numberAttributeConstraints - Specifies the constraints for an attribute of the number type.
public StringAttributeConstraintsType getStringAttributeConstraints()
Specifies the constraints for an attribute of the string type.
Specifies the constraints for an attribute of the string type.
public void setStringAttributeConstraints(StringAttributeConstraintsType stringAttributeConstraints)
Specifies the constraints for an attribute of the string type.
stringAttributeConstraints - Specifies the constraints for an attribute of the string type.
public SchemaAttributeType withStringAttributeConstraints(StringAttributeConstraintsType stringAttributeConstraints)
Specifies the constraints for an attribute of the string type.
Returns a reference to this object so that method calls can be chained together.
stringAttributeConstraints - Specifies the constraints for an attribute of the string type.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.