Class CfnUserPoolPropsMixin.UsernameConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolPropsMixin.UsernameConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserPoolPropsMixin.UsernameConfigurationProperty>
- Enclosing interface:
CfnUserPoolPropsMixin.UsernameConfigurationProperty
@Stability(Stable)
public static final class CfnUserPoolPropsMixin.UsernameConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserPoolPropsMixin.UsernameConfigurationProperty>
A builder for
CfnUserPoolPropsMixin.UsernameConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.caseSensitive(Boolean caseSensitive) Sets the value ofCfnUserPoolPropsMixin.UsernameConfigurationProperty.getCaseSensitive()caseSensitive(IResolvable caseSensitive) Sets the value ofCfnUserPoolPropsMixin.UsernameConfigurationProperty.getCaseSensitive()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
caseSensitive
@Stability(Stable) public CfnUserPoolPropsMixin.UsernameConfigurationProperty.Builder caseSensitive(Boolean caseSensitive) Sets the value ofCfnUserPoolPropsMixin.UsernameConfigurationProperty.getCaseSensitive()- Parameters:
caseSensitive- Specifies whether user name case sensitivity will be applied for all users in the user pool through Amazon Cognito APIs. For most use cases, set case sensitivity toFalse(case insensitive) as a best practice. When usernames and email addresses are case insensitive, users can sign in as the same user when they enter a different capitalization of their user name.Valid values include:
- true - Enables case sensitivity for all username input. When this option is set to
true, users must sign in using the exact capitalization of their given username, such as “UserName”. This is the default value. - false - Enables case insensitivity for all username input. For example, when this option is set to
false, users can sign in usingusername,USERNAME, orUserName. This option also enables bothpreferred_usernameandemailalias to be case insensitive, in addition to theusernameattribute.
- true - Enables case sensitivity for all username input. When this option is set to
- Returns:
this
-
caseSensitive
@Stability(Stable) public CfnUserPoolPropsMixin.UsernameConfigurationProperty.Builder caseSensitive(IResolvable caseSensitive) Sets the value ofCfnUserPoolPropsMixin.UsernameConfigurationProperty.getCaseSensitive()- Parameters:
caseSensitive- Specifies whether user name case sensitivity will be applied for all users in the user pool through Amazon Cognito APIs. For most use cases, set case sensitivity toFalse(case insensitive) as a best practice. When usernames and email addresses are case insensitive, users can sign in as the same user when they enter a different capitalization of their user name.Valid values include:
- true - Enables case sensitivity for all username input. When this option is set to
true, users must sign in using the exact capitalization of their given username, such as “UserName”. This is the default value. - false - Enables case insensitivity for all username input. For example, when this option is set to
false, users can sign in usingusername,USERNAME, orUserName. This option also enables bothpreferred_usernameandemailalias to be case insensitive, in addition to theusernameattribute.
- true - Enables case sensitivity for all username input. When this option is set to
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserPoolPropsMixin.UsernameConfigurationProperty>- Returns:
- a new instance of
CfnUserPoolPropsMixin.UsernameConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-