@Stability(value=Stable) public static final class CustomAttributeProps.Builder extends Object implements software.amazon.jsii.Builder<CustomAttributeProps>
CustomAttributeProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CustomAttributeProps |
build()
Builds the configured instance.
|
CustomAttributeProps.Builder |
mutable(Boolean mutable)
Sets the value of
CustomAttributeProps.getMutable() |
@Stability(value=Stable) public CustomAttributeProps.Builder mutable(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@Stability(value=Stable) public CustomAttributeProps build()
build in interface software.amazon.jsii.Builder<CustomAttributeProps>CustomAttributePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.