Interface UserPoolType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UserPoolType.Builder,UserPoolType>,SdkBuilder<UserPoolType.Builder,UserPoolType>,SdkPojo
- Enclosing class:
- UserPoolType
public static interface UserPoolType.Builder extends SdkPojo, CopyableBuilder<UserPoolType.Builder,UserPoolType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default UserPoolType.BuilderaccountRecoverySetting(Consumer<AccountRecoverySettingType.Builder> accountRecoverySetting)The available verified method a user can use to recover their password when they callForgotPassword.UserPoolType.BuilderaccountRecoverySetting(AccountRecoverySettingType accountRecoverySetting)The available verified method a user can use to recover their password when they callForgotPassword.default UserPoolType.BuilderadminCreateUserConfig(Consumer<AdminCreateUserConfigType.Builder> adminCreateUserConfig)The configuration forAdminCreateUserrequests.UserPoolType.BuilderadminCreateUserConfig(AdminCreateUserConfigType adminCreateUserConfig)The configuration forAdminCreateUserrequests.UserPoolType.BuilderaliasAttributes(Collection<AliasAttributeType> aliasAttributes)Attributes supported as an alias for this user pool.UserPoolType.BuilderaliasAttributes(AliasAttributeType... aliasAttributes)Attributes supported as an alias for this user pool.UserPoolType.BuilderaliasAttributesWithStrings(String... aliasAttributes)Attributes supported as an alias for this user pool.UserPoolType.BuilderaliasAttributesWithStrings(Collection<String> aliasAttributes)Attributes supported as an alias for this user pool.UserPoolType.Builderarn(String arn)The Amazon Resource Name (ARN) of the user pool.UserPoolType.BuilderautoVerifiedAttributes(Collection<VerifiedAttributeType> autoVerifiedAttributes)The attributes that are auto-verified in a user pool.UserPoolType.BuilderautoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)The attributes that are auto-verified in a user pool.UserPoolType.BuilderautoVerifiedAttributesWithStrings(String... autoVerifiedAttributes)The attributes that are auto-verified in a user pool.UserPoolType.BuilderautoVerifiedAttributesWithStrings(Collection<String> autoVerifiedAttributes)The attributes that are auto-verified in a user pool.UserPoolType.BuildercreationDate(Instant creationDate)The date and time when the item was created.UserPoolType.BuildercustomDomain(String customDomain)A custom domain name that you provide to Amazon Cognito.UserPoolType.BuilderdeletionProtection(String deletionProtection)When active,DeletionProtectionprevents accidental deletion of your user pool.UserPoolType.BuilderdeletionProtection(DeletionProtectionType deletionProtection)When active,DeletionProtectionprevents accidental deletion of your user pool.default UserPoolType.BuilderdeviceConfiguration(Consumer<DeviceConfigurationType.Builder> deviceConfiguration)The device-remembering configuration for a user pool.UserPoolType.BuilderdeviceConfiguration(DeviceConfigurationType deviceConfiguration)The device-remembering configuration for a user pool.UserPoolType.Builderdomain(String domain)The domain prefix, if the user pool has a domain associated with it.default UserPoolType.BuilderemailConfiguration(Consumer<EmailConfigurationType.Builder> emailConfiguration)The email configuration of your user pool.UserPoolType.BuilderemailConfiguration(EmailConfigurationType emailConfiguration)The email configuration of your user pool.UserPoolType.BuilderemailConfigurationFailure(String emailConfigurationFailure)Deprecated.UserPoolType.BuilderemailVerificationMessage(String emailVerificationMessage)This parameter is no longer used.UserPoolType.BuilderemailVerificationSubject(String emailVerificationSubject)This parameter is no longer used.UserPoolType.BuilderestimatedNumberOfUsers(Integer estimatedNumberOfUsers)A number estimating the size of the user pool.UserPoolType.Builderid(String id)The ID of the user pool.default UserPoolType.BuilderlambdaConfig(Consumer<LambdaConfigType.Builder> lambdaConfig)A collection of user pool Lambda triggers.UserPoolType.BuilderlambdaConfig(LambdaConfigType lambdaConfig)A collection of user pool Lambda triggers.UserPoolType.BuilderlastModifiedDate(Instant lastModifiedDate)The date and time when the item was modified.UserPoolType.BuildermfaConfiguration(String mfaConfiguration)Can be one of the following values:UserPoolType.BuildermfaConfiguration(UserPoolMfaType mfaConfiguration)Can be one of the following values:UserPoolType.Buildername(String name)The name of the user pool.default UserPoolType.Builderpolicies(Consumer<UserPoolPolicyType.Builder> policies)A list of user pool policies.UserPoolType.Builderpolicies(UserPoolPolicyType policies)A list of user pool policies.UserPoolType.BuilderschemaAttributes(Collection<SchemaAttributeType> schemaAttributes)A list of the user attributes and their properties in your user pool.UserPoolType.BuilderschemaAttributes(Consumer<SchemaAttributeType.Builder>... schemaAttributes)A list of the user attributes and their properties in your user pool.UserPoolType.BuilderschemaAttributes(SchemaAttributeType... schemaAttributes)A list of the user attributes and their properties in your user pool.UserPoolType.BuildersmsAuthenticationMessage(String smsAuthenticationMessage)The contents of the SMS authentication message.default UserPoolType.BuildersmsConfiguration(Consumer<SmsConfigurationType.Builder> smsConfiguration)User pool configuration for delivery of SMS messages with Amazon Simple Notification Service.UserPoolType.BuildersmsConfiguration(SmsConfigurationType smsConfiguration)User pool configuration for delivery of SMS messages with Amazon Simple Notification Service.UserPoolType.BuildersmsConfigurationFailure(String smsConfigurationFailure)The reason why the SMS configuration can't send the messages to your users.UserPoolType.BuildersmsVerificationMessage(String smsVerificationMessage)This parameter is no longer used.UserPoolType.Builderstatus(String status)Deprecated.This property is no longer available.UserPoolType.Builderstatus(StatusType status)Deprecated.This property is no longer available.default UserPoolType.BuilderuserAttributeUpdateSettings(Consumer<UserAttributeUpdateSettingsType.Builder> userAttributeUpdateSettings)The settings for updates to user attributes.UserPoolType.BuilderuserAttributeUpdateSettings(UserAttributeUpdateSettingsType userAttributeUpdateSettings)The settings for updates to user attributes.UserPoolType.BuilderusernameAttributes(Collection<UsernameAttributeType> usernameAttributes)Specifies whether a user can use an email address or phone number as a username when they sign up.UserPoolType.BuilderusernameAttributes(UsernameAttributeType... usernameAttributes)Specifies whether a user can use an email address or phone number as a username when they sign up.UserPoolType.BuilderusernameAttributesWithStrings(String... usernameAttributes)Specifies whether a user can use an email address or phone number as a username when they sign up.UserPoolType.BuilderusernameAttributesWithStrings(Collection<String> usernameAttributes)Specifies whether a user can use an email address or phone number as a username when they sign up.default UserPoolType.BuilderusernameConfiguration(Consumer<UsernameConfigurationType.Builder> usernameConfiguration)Case sensitivity of the username input for the selected sign-in option.UserPoolType.BuilderusernameConfiguration(UsernameConfigurationType usernameConfiguration)Case sensitivity of the username input for the selected sign-in option.default UserPoolType.BuilderuserPoolAddOns(Consumer<UserPoolAddOnsType.Builder> userPoolAddOns)User pool add-ons.UserPoolType.BuilderuserPoolAddOns(UserPoolAddOnsType userPoolAddOns)User pool add-ons.UserPoolType.BuilderuserPoolTags(Map<String,String> userPoolTags)The tags that are assigned to the user pool.UserPoolType.BuilderuserPoolTier(String userPoolTier)The user pool feature plan, or tier.UserPoolType.BuilderuserPoolTier(UserPoolTierType userPoolTier)The user pool feature plan, or tier.default UserPoolType.BuilderverificationMessageTemplate(Consumer<VerificationMessageTemplateType.Builder> verificationMessageTemplate)The template for the verification message that your user pool delivers to users who set an email address or phone number attribute.UserPoolType.BuilderverificationMessageTemplate(VerificationMessageTemplateType verificationMessageTemplate)The template for the verification message that your user pool delivers to users who set an email address or phone number attribute.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
UserPoolType.Builder id(String id)
The ID of the user pool.
- Parameters:
id- The ID of the user pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UserPoolType.Builder name(String name)
The name of the user pool.
- Parameters:
name- The name of the user pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policies
UserPoolType.Builder policies(UserPoolPolicyType policies)
A list of user pool policies. Contains the policy that sets password-complexity requirements.
- Parameters:
policies- A list of user pool policies. Contains the policy that sets password-complexity requirements.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policies
default UserPoolType.Builder policies(Consumer<UserPoolPolicyType.Builder> policies)
A list of user pool policies. Contains the policy that sets password-complexity requirements.
This is a convenience method that creates an instance of theUserPoolPolicyType.Builderavoiding the need to create one manually viaUserPoolPolicyType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topolicies(UserPoolPolicyType).- Parameters:
policies- a consumer that will call methods onUserPoolPolicyType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
policies(UserPoolPolicyType)
-
deletionProtection
UserPoolType.Builder deletionProtection(String deletionProtection)
When active,
DeletionProtectionprevents accidental deletion of your user pool. Before you can delete a user pool that you have protected against deletion, you must deactivate this feature.When you try to delete a protected user pool in a
DeleteUserPoolAPI request, Amazon Cognito returns anInvalidParameterExceptionerror. To delete a protected user pool, send a newDeleteUserPoolrequest after you deactivate deletion protection in anUpdateUserPoolAPI request.- Parameters:
deletionProtection- When active,DeletionProtectionprevents accidental deletion of your user pool. Before you can delete a user pool that you have protected against deletion, you must deactivate this feature.When you try to delete a protected user pool in a
DeleteUserPoolAPI request, Amazon Cognito returns anInvalidParameterExceptionerror. To delete a protected user pool, send a newDeleteUserPoolrequest after you deactivate deletion protection in anUpdateUserPoolAPI request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeletionProtectionType,DeletionProtectionType
-
deletionProtection
UserPoolType.Builder deletionProtection(DeletionProtectionType deletionProtection)
When active,
DeletionProtectionprevents accidental deletion of your user pool. Before you can delete a user pool that you have protected against deletion, you must deactivate this feature.When you try to delete a protected user pool in a
DeleteUserPoolAPI request, Amazon Cognito returns anInvalidParameterExceptionerror. To delete a protected user pool, send a newDeleteUserPoolrequest after you deactivate deletion protection in anUpdateUserPoolAPI request.- Parameters:
deletionProtection- When active,DeletionProtectionprevents accidental deletion of your user pool. Before you can delete a user pool that you have protected against deletion, you must deactivate this feature.When you try to delete a protected user pool in a
DeleteUserPoolAPI request, Amazon Cognito returns anInvalidParameterExceptionerror. To delete a protected user pool, send a newDeleteUserPoolrequest after you deactivate deletion protection in anUpdateUserPoolAPI request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeletionProtectionType,DeletionProtectionType
-
lambdaConfig
UserPoolType.Builder lambdaConfig(LambdaConfigType lambdaConfig)
A collection of user pool Lambda triggers. Amazon Cognito invokes triggers at several possible stages of user pool operations. Triggers can modify the outcome of the operations that invoked them.
- Parameters:
lambdaConfig- A collection of user pool Lambda triggers. Amazon Cognito invokes triggers at several possible stages of user pool operations. Triggers can modify the outcome of the operations that invoked them.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lambdaConfig
default UserPoolType.Builder lambdaConfig(Consumer<LambdaConfigType.Builder> lambdaConfig)
A collection of user pool Lambda triggers. Amazon Cognito invokes triggers at several possible stages of user pool operations. Triggers can modify the outcome of the operations that invoked them.
This is a convenience method that creates an instance of theLambdaConfigType.Builderavoiding the need to create one manually viaLambdaConfigType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolambdaConfig(LambdaConfigType).- Parameters:
lambdaConfig- a consumer that will call methods onLambdaConfigType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
lambdaConfig(LambdaConfigType)
-
status
@Deprecated UserPoolType.Builder status(String status)
Deprecated.This property is no longer available.This parameter is no longer used.
- Parameters:
status- This parameter is no longer used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StatusType,StatusType
-
status
@Deprecated UserPoolType.Builder status(StatusType status)
Deprecated.This property is no longer available.This parameter is no longer used.
- Parameters:
status- This parameter is no longer used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StatusType,StatusType
-
lastModifiedDate
UserPoolType.Builder lastModifiedDate(Instant lastModifiedDate)
The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Dateobject.- Parameters:
lastModifiedDate- The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a JavaDateobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDate
UserPoolType.Builder creationDate(Instant creationDate)
The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Dateobject.- Parameters:
creationDate- The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a JavaDateobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaAttributes
UserPoolType.Builder schemaAttributes(Collection<SchemaAttributeType> schemaAttributes)
A list of the user attributes and their properties in your user pool. The attribute schema contains standard attributes, custom attributes with a
custom:prefix, and developer attributes with adev:prefix. For more information, see User pool attributes.Developer-only attributes are a legacy feature of user pools, and are read-only to all app clients. You can create and update developer-only attributes only with IAM-authenticated API operations. Use app client read/write permissions instead.
- Parameters:
schemaAttributes- A list of the user attributes and their properties in your user pool. The attribute schema contains standard attributes, custom attributes with acustom:prefix, and developer attributes with adev:prefix. For more information, see User pool attributes.Developer-only attributes are a legacy feature of user pools, and are read-only to all app clients. You can create and update developer-only attributes only with IAM-authenticated API operations. Use app client read/write permissions instead.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaAttributes
UserPoolType.Builder schemaAttributes(SchemaAttributeType... schemaAttributes)
A list of the user attributes and their properties in your user pool. The attribute schema contains standard attributes, custom attributes with a
custom:prefix, and developer attributes with adev:prefix. For more information, see User pool attributes.Developer-only attributes are a legacy feature of user pools, and are read-only to all app clients. You can create and update developer-only attributes only with IAM-authenticated API operations. Use app client read/write permissions instead.
- Parameters:
schemaAttributes- A list of the user attributes and their properties in your user pool. The attribute schema contains standard attributes, custom attributes with acustom:prefix, and developer attributes with adev:prefix. For more information, see User pool attributes.Developer-only attributes are a legacy feature of user pools, and are read-only to all app clients. You can create and update developer-only attributes only with IAM-authenticated API operations. Use app client read/write permissions instead.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaAttributes
UserPoolType.Builder schemaAttributes(Consumer<SchemaAttributeType.Builder>... schemaAttributes)
A list of the user attributes and their properties in your user pool. The attribute schema contains standard attributes, custom attributes with a
custom:prefix, and developer attributes with adev:prefix. For more information, see User pool attributes.Developer-only attributes are a legacy feature of user pools, and are read-only to all app clients. You can create and update developer-only attributes only with IAM-authenticated API operations. Use app client read/write permissions instead.
This is a convenience method that creates an instance of theSchemaAttributeType.Builderavoiding the need to create one manually viaSchemaAttributeType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#schemaAttributes(List.) - Parameters:
schemaAttributes- a consumer that will call methods onSchemaAttributeType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#schemaAttributes(java.util.Collection)
-
autoVerifiedAttributesWithStrings
UserPoolType.Builder autoVerifiedAttributesWithStrings(Collection<String> autoVerifiedAttributes)
The attributes that are auto-verified in a user pool.
- Parameters:
autoVerifiedAttributes- The attributes that are auto-verified in a user pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoVerifiedAttributesWithStrings
UserPoolType.Builder autoVerifiedAttributesWithStrings(String... autoVerifiedAttributes)
The attributes that are auto-verified in a user pool.
- Parameters:
autoVerifiedAttributes- The attributes that are auto-verified in a user pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoVerifiedAttributes
UserPoolType.Builder autoVerifiedAttributes(Collection<VerifiedAttributeType> autoVerifiedAttributes)
The attributes that are auto-verified in a user pool.
- Parameters:
autoVerifiedAttributes- The attributes that are auto-verified in a user pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoVerifiedAttributes
UserPoolType.Builder autoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)
The attributes that are auto-verified in a user pool.
- Parameters:
autoVerifiedAttributes- The attributes that are auto-verified in a user pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliasAttributesWithStrings
UserPoolType.Builder aliasAttributesWithStrings(Collection<String> aliasAttributes)
Attributes supported as an alias for this user pool. An alias is an attribute that users can enter as an alternative username. Possible values: phone_number, email, or preferred_username.
- Parameters:
aliasAttributes- Attributes supported as an alias for this user pool. An alias is an attribute that users can enter as an alternative username. Possible values: phone_number, email, or preferred_username.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliasAttributesWithStrings
UserPoolType.Builder aliasAttributesWithStrings(String... aliasAttributes)
Attributes supported as an alias for this user pool. An alias is an attribute that users can enter as an alternative username. Possible values: phone_number, email, or preferred_username.
- Parameters:
aliasAttributes- Attributes supported as an alias for this user pool. An alias is an attribute that users can enter as an alternative username. Possible values: phone_number, email, or preferred_username.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliasAttributes
UserPoolType.Builder aliasAttributes(Collection<AliasAttributeType> aliasAttributes)
Attributes supported as an alias for this user pool. An alias is an attribute that users can enter as an alternative username. Possible values: phone_number, email, or preferred_username.
- Parameters:
aliasAttributes- Attributes supported as an alias for this user pool. An alias is an attribute that users can enter as an alternative username. Possible values: phone_number, email, or preferred_username.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliasAttributes
UserPoolType.Builder aliasAttributes(AliasAttributeType... aliasAttributes)
Attributes supported as an alias for this user pool. An alias is an attribute that users can enter as an alternative username. Possible values: phone_number, email, or preferred_username.
- Parameters:
aliasAttributes- Attributes supported as an alias for this user pool. An alias is an attribute that users can enter as an alternative username. Possible values: phone_number, email, or preferred_username.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
usernameAttributesWithStrings
UserPoolType.Builder usernameAttributesWithStrings(Collection<String> usernameAttributes)
Specifies whether a user can use an email address or phone number as a username when they sign up.
- Parameters:
usernameAttributes- Specifies whether a user can use an email address or phone number as a username when they sign up.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
usernameAttributesWithStrings
UserPoolType.Builder usernameAttributesWithStrings(String... usernameAttributes)
Specifies whether a user can use an email address or phone number as a username when they sign up.
- Parameters:
usernameAttributes- Specifies whether a user can use an email address or phone number as a username when they sign up.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
usernameAttributes
UserPoolType.Builder usernameAttributes(Collection<UsernameAttributeType> usernameAttributes)
Specifies whether a user can use an email address or phone number as a username when they sign up.
- Parameters:
usernameAttributes- Specifies whether a user can use an email address or phone number as a username when they sign up.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
usernameAttributes
UserPoolType.Builder usernameAttributes(UsernameAttributeType... usernameAttributes)
Specifies whether a user can use an email address or phone number as a username when they sign up.
- Parameters:
usernameAttributes- Specifies whether a user can use an email address or phone number as a username when they sign up.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
smsVerificationMessage
UserPoolType.Builder smsVerificationMessage(String smsVerificationMessage)
This parameter is no longer used. See VerificationMessageTemplateType.
- Parameters:
smsVerificationMessage- This parameter is no longer used. See VerificationMessageTemplateType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emailVerificationMessage
UserPoolType.Builder emailVerificationMessage(String emailVerificationMessage)
This parameter is no longer used. See VerificationMessageTemplateType.
- Parameters:
emailVerificationMessage- This parameter is no longer used. See VerificationMessageTemplateType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emailVerificationSubject
UserPoolType.Builder emailVerificationSubject(String emailVerificationSubject)
This parameter is no longer used. See VerificationMessageTemplateType.
- Parameters:
emailVerificationSubject- This parameter is no longer used. See VerificationMessageTemplateType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verificationMessageTemplate
UserPoolType.Builder verificationMessageTemplate(VerificationMessageTemplateType verificationMessageTemplate)
The template for the verification message that your user pool delivers to users who set an email address or phone number attribute.
- Parameters:
verificationMessageTemplate- The template for the verification message that your user pool delivers to users who set an email address or phone number attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verificationMessageTemplate
default UserPoolType.Builder verificationMessageTemplate(Consumer<VerificationMessageTemplateType.Builder> verificationMessageTemplate)
The template for the verification message that your user pool delivers to users who set an email address or phone number attribute.
This is a convenience method that creates an instance of theVerificationMessageTemplateType.Builderavoiding the need to create one manually viaVerificationMessageTemplateType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toverificationMessageTemplate(VerificationMessageTemplateType).- Parameters:
verificationMessageTemplate- a consumer that will call methods onVerificationMessageTemplateType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
verificationMessageTemplate(VerificationMessageTemplateType)
-
smsAuthenticationMessage
UserPoolType.Builder smsAuthenticationMessage(String smsAuthenticationMessage)
The contents of the SMS authentication message.
- Parameters:
smsAuthenticationMessage- The contents of the SMS authentication message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userAttributeUpdateSettings
UserPoolType.Builder userAttributeUpdateSettings(UserAttributeUpdateSettingsType userAttributeUpdateSettings)
The settings for updates to user attributes. These settings include the property
AttributesRequireVerificationBeforeUpdate, a user-pool setting that tells Amazon Cognito how to handle changes to the value of your users' email address and phone number attributes. For more information, see Verifying updates to email addresses and phone numbers.- Parameters:
userAttributeUpdateSettings- The settings for updates to user attributes. These settings include the propertyAttributesRequireVerificationBeforeUpdate, a user-pool setting that tells Amazon Cognito how to handle changes to the value of your users' email address and phone number attributes. For more information, see Verifying updates to email addresses and phone numbers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userAttributeUpdateSettings
default UserPoolType.Builder userAttributeUpdateSettings(Consumer<UserAttributeUpdateSettingsType.Builder> userAttributeUpdateSettings)
The settings for updates to user attributes. These settings include the property
This is a convenience method that creates an instance of theAttributesRequireVerificationBeforeUpdate, a user-pool setting that tells Amazon Cognito how to handle changes to the value of your users' email address and phone number attributes. For more information, see Verifying updates to email addresses and phone numbers.UserAttributeUpdateSettingsType.Builderavoiding the need to create one manually viaUserAttributeUpdateSettingsType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed touserAttributeUpdateSettings(UserAttributeUpdateSettingsType).- Parameters:
userAttributeUpdateSettings- a consumer that will call methods onUserAttributeUpdateSettingsType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
userAttributeUpdateSettings(UserAttributeUpdateSettingsType)
-
mfaConfiguration
UserPoolType.Builder mfaConfiguration(String mfaConfiguration)
Can be one of the following values:
-
OFF- MFA tokens aren't required and can't be specified during user registration. -
ON- MFA tokens are required for all user registrations. You can only specify required when you're initially creating a user pool. -
OPTIONAL- Users have the option when registering to create an MFA token.
- Parameters:
mfaConfiguration- Can be one of the following values:-
OFF- MFA tokens aren't required and can't be specified during user registration. -
ON- MFA tokens are required for all user registrations. You can only specify required when you're initially creating a user pool. -
OPTIONAL- Users have the option when registering to create an MFA token.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UserPoolMfaType,UserPoolMfaType
-
-
mfaConfiguration
UserPoolType.Builder mfaConfiguration(UserPoolMfaType mfaConfiguration)
Can be one of the following values:
-
OFF- MFA tokens aren't required and can't be specified during user registration. -
ON- MFA tokens are required for all user registrations. You can only specify required when you're initially creating a user pool. -
OPTIONAL- Users have the option when registering to create an MFA token.
- Parameters:
mfaConfiguration- Can be one of the following values:-
OFF- MFA tokens aren't required and can't be specified during user registration. -
ON- MFA tokens are required for all user registrations. You can only specify required when you're initially creating a user pool. -
OPTIONAL- Users have the option when registering to create an MFA token.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UserPoolMfaType,UserPoolMfaType
-
-
deviceConfiguration
UserPoolType.Builder deviceConfiguration(DeviceConfigurationType deviceConfiguration)
The device-remembering configuration for a user pool. A null value indicates that you have deactivated device remembering in your user pool.
When you provide a value for any
DeviceConfigurationfield, you activate the Amazon Cognito device-remembering feature.- Parameters:
deviceConfiguration- The device-remembering configuration for a user pool. A null value indicates that you have deactivated device remembering in your user pool.When you provide a value for any
DeviceConfigurationfield, you activate the Amazon Cognito device-remembering feature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceConfiguration
default UserPoolType.Builder deviceConfiguration(Consumer<DeviceConfigurationType.Builder> deviceConfiguration)
The device-remembering configuration for a user pool. A null value indicates that you have deactivated device remembering in your user pool.
This is a convenience method that creates an instance of theWhen you provide a value for any
DeviceConfigurationfield, you activate the Amazon Cognito device-remembering feature.DeviceConfigurationType.Builderavoiding the need to create one manually viaDeviceConfigurationType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeviceConfiguration(DeviceConfigurationType).- Parameters:
deviceConfiguration- a consumer that will call methods onDeviceConfigurationType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
deviceConfiguration(DeviceConfigurationType)
-
estimatedNumberOfUsers
UserPoolType.Builder estimatedNumberOfUsers(Integer estimatedNumberOfUsers)
A number estimating the size of the user pool.
- Parameters:
estimatedNumberOfUsers- A number estimating the size of the user pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emailConfiguration
UserPoolType.Builder emailConfiguration(EmailConfigurationType emailConfiguration)
The email configuration of your user pool. The email configuration type sets your preferred sending method, Amazon Web Services Region, and sender for messages from your user pool.
- Parameters:
emailConfiguration- The email configuration of your user pool. The email configuration type sets your preferred sending method, Amazon Web Services Region, and sender for messages from your user pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emailConfiguration
default UserPoolType.Builder emailConfiguration(Consumer<EmailConfigurationType.Builder> emailConfiguration)
The email configuration of your user pool. The email configuration type sets your preferred sending method, Amazon Web Services Region, and sender for messages from your user pool.
This is a convenience method that creates an instance of theEmailConfigurationType.Builderavoiding the need to create one manually viaEmailConfigurationType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toemailConfiguration(EmailConfigurationType).- Parameters:
emailConfiguration- a consumer that will call methods onEmailConfigurationType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
emailConfiguration(EmailConfigurationType)
-
smsConfiguration
UserPoolType.Builder smsConfiguration(SmsConfigurationType smsConfiguration)
User pool configuration for delivery of SMS messages with Amazon Simple Notification Service. To send SMS messages with Amazon SNS in the Amazon Web Services Region that you want, the Amazon Cognito user pool uses an Identity and Access Management (IAM) role in your Amazon Web Services account.
- Parameters:
smsConfiguration- User pool configuration for delivery of SMS messages with Amazon Simple Notification Service. To send SMS messages with Amazon SNS in the Amazon Web Services Region that you want, the Amazon Cognito user pool uses an Identity and Access Management (IAM) role in your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
smsConfiguration
default UserPoolType.Builder smsConfiguration(Consumer<SmsConfigurationType.Builder> smsConfiguration)
User pool configuration for delivery of SMS messages with Amazon Simple Notification Service. To send SMS messages with Amazon SNS in the Amazon Web Services Region that you want, the Amazon Cognito user pool uses an Identity and Access Management (IAM) role in your Amazon Web Services account.
This is a convenience method that creates an instance of theSmsConfigurationType.Builderavoiding the need to create one manually viaSmsConfigurationType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosmsConfiguration(SmsConfigurationType).- Parameters:
smsConfiguration- a consumer that will call methods onSmsConfigurationType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
smsConfiguration(SmsConfigurationType)
-
userPoolTags
UserPoolType.Builder userPoolTags(Map<String,String> userPoolTags)
The tags that are assigned to the user pool. A tag is a label that you can apply to user pools to categorize and manage them in different ways, such as by purpose, owner, environment, or other criteria.
- Parameters:
userPoolTags- The tags that are assigned to the user pool. A tag is a label that you can apply to user pools to categorize and manage them in different ways, such as by purpose, owner, environment, or other criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
smsConfigurationFailure
UserPoolType.Builder smsConfigurationFailure(String smsConfigurationFailure)
The reason why the SMS configuration can't send the messages to your users.
This message might include comma-separated values to describe why your SMS configuration can't send messages to user pool end users.
- InvalidSmsRoleAccessPolicyException
-
The Identity and Access Management role that Amazon Cognito uses to send SMS messages isn't properly configured. For more information, see SmsConfigurationType.
- SNSSandbox
-
The Amazon Web Services account is in the SNS SMS Sandbox and messages will only reach verified end users. This parameter won’t get populated with SNSSandbox if the user creating the user pool doesn’t have SNS permissions. To learn how to move your Amazon Web Services account out of the sandbox, see Moving out of the SMS sandbox.
- Parameters:
smsConfigurationFailure- The reason why the SMS configuration can't send the messages to your users.This message might include comma-separated values to describe why your SMS configuration can't send messages to user pool end users.
- InvalidSmsRoleAccessPolicyException
-
The Identity and Access Management role that Amazon Cognito uses to send SMS messages isn't properly configured. For more information, see SmsConfigurationType.
- SNSSandbox
-
The Amazon Web Services account is in the SNS SMS Sandbox and messages will only reach verified end users. This parameter won’t get populated with SNSSandbox if the user creating the user pool doesn’t have SNS permissions. To learn how to move your Amazon Web Services account out of the sandbox, see Moving out of the SMS sandbox.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emailConfigurationFailure
UserPoolType.Builder emailConfigurationFailure(String emailConfigurationFailure)
Deprecated. Review error codes from API requests with
EventSource:cognito-idp.amazonaws.comin CloudTrail for information about problems with user pool email configuration.- Parameters:
emailConfigurationFailure- Deprecated. Review error codes from API requests withEventSource:cognito-idp.amazonaws.comin CloudTrail for information about problems with user pool email configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
UserPoolType.Builder domain(String domain)
The domain prefix, if the user pool has a domain associated with it.
- Parameters:
domain- The domain prefix, if the user pool has a domain associated with it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customDomain
UserPoolType.Builder customDomain(String customDomain)
A custom domain name that you provide to Amazon Cognito. This parameter applies only if you use a custom domain to host the sign-up and sign-in pages for your application. An example of a custom domain name might be
auth.example.com.For more information about adding a custom domain to your user pool, see Using Your Own Domain for the Hosted UI.
- Parameters:
customDomain- A custom domain name that you provide to Amazon Cognito. This parameter applies only if you use a custom domain to host the sign-up and sign-in pages for your application. An example of a custom domain name might beauth.example.com.For more information about adding a custom domain to your user pool, see Using Your Own Domain for the Hosted UI.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adminCreateUserConfig
UserPoolType.Builder adminCreateUserConfig(AdminCreateUserConfigType adminCreateUserConfig)
The configuration for
AdminCreateUserrequests.- Parameters:
adminCreateUserConfig- The configuration forAdminCreateUserrequests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adminCreateUserConfig
default UserPoolType.Builder adminCreateUserConfig(Consumer<AdminCreateUserConfigType.Builder> adminCreateUserConfig)
The configuration for
This is a convenience method that creates an instance of theAdminCreateUserrequests.AdminCreateUserConfigType.Builderavoiding the need to create one manually viaAdminCreateUserConfigType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toadminCreateUserConfig(AdminCreateUserConfigType).- Parameters:
adminCreateUserConfig- a consumer that will call methods onAdminCreateUserConfigType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
adminCreateUserConfig(AdminCreateUserConfigType)
-
userPoolAddOns
UserPoolType.Builder userPoolAddOns(UserPoolAddOnsType userPoolAddOns)
User pool add-ons. Contains settings for activation of advanced security features. To log user security information but take no action, set to
AUDIT. To configure automatic security responses to risky traffic to your user pool, set toENFORCED.For more information, see Adding advanced security to a user pool.
- Parameters:
userPoolAddOns- User pool add-ons. Contains settings for activation of advanced security features. To log user security information but take no action, set toAUDIT. To configure automatic security responses to risky traffic to your user pool, set toENFORCED.For more information, see Adding advanced security to a user pool.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userPoolAddOns
default UserPoolType.Builder userPoolAddOns(Consumer<UserPoolAddOnsType.Builder> userPoolAddOns)
User pool add-ons. Contains settings for activation of advanced security features. To log user security information but take no action, set to
AUDIT. To configure automatic security responses to risky traffic to your user pool, set toENFORCED.For more information, see Adding advanced security to a user pool.
This is a convenience method that creates an instance of theUserPoolAddOnsType.Builderavoiding the need to create one manually viaUserPoolAddOnsType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed touserPoolAddOns(UserPoolAddOnsType).- Parameters:
userPoolAddOns- a consumer that will call methods onUserPoolAddOnsType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
userPoolAddOns(UserPoolAddOnsType)
-
usernameConfiguration
UserPoolType.Builder usernameConfiguration(UsernameConfigurationType usernameConfiguration)
Case sensitivity of the username input for the selected sign-in option. When case sensitivity is set to
False(case insensitive), users can sign in with any combination of capital and lowercase letters. For example,username,USERNAME, orUserName, or for email,email@example.comorEMaiL@eXamplE.Com. For most use cases, set case sensitivity toFalse(case insensitive) as a best practice. When usernames and email addresses are case insensitive, Amazon Cognito treats any variation in case as the same user, and prevents a case variation from being assigned to the same attribute for a different user.This configuration is immutable after you set it. For more information, see UsernameConfigurationType.
- Parameters:
usernameConfiguration- Case sensitivity of the username input for the selected sign-in option. When case sensitivity is set toFalse(case insensitive), users can sign in with any combination of capital and lowercase letters. For example,username,USERNAME, orUserName, or for email,email@example.comorEMaiL@eXamplE.Com. For most use cases, set case sensitivity toFalse(case insensitive) as a best practice. When usernames and email addresses are case insensitive, Amazon Cognito treats any variation in case as the same user, and prevents a case variation from being assigned to the same attribute for a different user.This configuration is immutable after you set it. For more information, see UsernameConfigurationType.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
usernameConfiguration
default UserPoolType.Builder usernameConfiguration(Consumer<UsernameConfigurationType.Builder> usernameConfiguration)
Case sensitivity of the username input for the selected sign-in option. When case sensitivity is set to
False(case insensitive), users can sign in with any combination of capital and lowercase letters. For example,username,USERNAME, orUserName, or for email,email@example.comorEMaiL@eXamplE.Com. For most use cases, set case sensitivity toFalse(case insensitive) as a best practice. When usernames and email addresses are case insensitive, Amazon Cognito treats any variation in case as the same user, and prevents a case variation from being assigned to the same attribute for a different user.This configuration is immutable after you set it. For more information, see UsernameConfigurationType.
This is a convenience method that creates an instance of theUsernameConfigurationType.Builderavoiding the need to create one manually viaUsernameConfigurationType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tousernameConfiguration(UsernameConfigurationType).- Parameters:
usernameConfiguration- a consumer that will call methods onUsernameConfigurationType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
usernameConfiguration(UsernameConfigurationType)
-
arn
UserPoolType.Builder arn(String arn)
The Amazon Resource Name (ARN) of the user pool.
- Parameters:
arn- The Amazon Resource Name (ARN) of the user pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountRecoverySetting
UserPoolType.Builder accountRecoverySetting(AccountRecoverySettingType accountRecoverySetting)
The available verified method a user can use to recover their password when they call
ForgotPassword. You can use this setting to define a preferred method when a user has more than one method available. With this setting, SMS doesn't qualify for a valid password recovery mechanism if the user also has SMS multi-factor authentication (MFA) activated. In the absence of this setting, Amazon Cognito uses the legacy behavior to determine the recovery method where SMS is preferred through email.- Parameters:
accountRecoverySetting- The available verified method a user can use to recover their password when they callForgotPassword. You can use this setting to define a preferred method when a user has more than one method available. With this setting, SMS doesn't qualify for a valid password recovery mechanism if the user also has SMS multi-factor authentication (MFA) activated. In the absence of this setting, Amazon Cognito uses the legacy behavior to determine the recovery method where SMS is preferred through email.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountRecoverySetting
default UserPoolType.Builder accountRecoverySetting(Consumer<AccountRecoverySettingType.Builder> accountRecoverySetting)
The available verified method a user can use to recover their password when they call
This is a convenience method that creates an instance of theForgotPassword. You can use this setting to define a preferred method when a user has more than one method available. With this setting, SMS doesn't qualify for a valid password recovery mechanism if the user also has SMS multi-factor authentication (MFA) activated. In the absence of this setting, Amazon Cognito uses the legacy behavior to determine the recovery method where SMS is preferred through email.AccountRecoverySettingType.Builderavoiding the need to create one manually viaAccountRecoverySettingType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaccountRecoverySetting(AccountRecoverySettingType).- Parameters:
accountRecoverySetting- a consumer that will call methods onAccountRecoverySettingType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
accountRecoverySetting(AccountRecoverySettingType)
-
userPoolTier
UserPoolType.Builder userPoolTier(String userPoolTier)
The user pool feature plan, or tier. This parameter determines the eligibility of the user pool for features like managed login, access-token customization, and threat protection. Defaults to
ESSENTIALS.- Parameters:
userPoolTier- The user pool feature plan, or tier. This parameter determines the eligibility of the user pool for features like managed login, access-token customization, and threat protection. Defaults toESSENTIALS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UserPoolTierType,UserPoolTierType
-
userPoolTier
UserPoolType.Builder userPoolTier(UserPoolTierType userPoolTier)
The user pool feature plan, or tier. This parameter determines the eligibility of the user pool for features like managed login, access-token customization, and threat protection. Defaults to
ESSENTIALS.- Parameters:
userPoolTier- The user pool feature plan, or tier. This parameter determines the eligibility of the user pool for features like managed login, access-token customization, and threat protection. Defaults toESSENTIALS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UserPoolTierType,UserPoolTierType
-
-