public static final class CustomAttributeProps.Builder
extends java.lang.Object
CustomAttributeProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CustomAttributeProps |
build()
Builds the configured instance.
|
CustomAttributeProps.Builder |
mutable(java.lang.Boolean mutable)
Sets the value of
CustomAttributeProps.getMutable() |
public CustomAttributeProps.Builder mutable(java.lang.Boolean mutable)
CustomAttributeProps.getMutable()
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.this
public CustomAttributeProps build()
CustomAttributeProps
java.lang.NullPointerException
- if any required attribute was not provided