Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.UserPoolType.Builder
Packages that use UserPoolType.Builder
-
Uses of UserPoolType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserPoolType.BuilderModifier and TypeMethodDescriptiondefault UserPoolType.BuilderUserPoolType.Builder.accountRecoverySetting(Consumer<AccountRecoverySettingType.Builder> accountRecoverySetting) The available verified method a user can use to recover their password when they callForgotPassword.UserPoolType.Builder.accountRecoverySetting(AccountRecoverySettingType accountRecoverySetting) The available verified method a user can use to recover their password when they callForgotPassword.default UserPoolType.BuilderUserPoolType.Builder.adminCreateUserConfig(Consumer<AdminCreateUserConfigType.Builder> adminCreateUserConfig) The configuration forAdminCreateUserrequests.UserPoolType.Builder.adminCreateUserConfig(AdminCreateUserConfigType adminCreateUserConfig) The configuration forAdminCreateUserrequests.UserPoolType.Builder.aliasAttributes(Collection<AliasAttributeType> aliasAttributes) Attributes supported as an alias for this user pool.UserPoolType.Builder.aliasAttributes(AliasAttributeType... aliasAttributes) Attributes supported as an alias for this user pool.UserPoolType.Builder.aliasAttributesWithStrings(String... aliasAttributes) Attributes supported as an alias for this user pool.UserPoolType.Builder.aliasAttributesWithStrings(Collection<String> aliasAttributes) Attributes supported as an alias for this user pool.The Amazon Resource Name (ARN) of the user pool.UserPoolType.Builder.autoVerifiedAttributes(Collection<VerifiedAttributeType> autoVerifiedAttributes) The attributes that are auto-verified in a user pool.UserPoolType.Builder.autoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes) The attributes that are auto-verified in a user pool.UserPoolType.Builder.autoVerifiedAttributesWithStrings(String... autoVerifiedAttributes) The attributes that are auto-verified in a user pool.UserPoolType.Builder.autoVerifiedAttributesWithStrings(Collection<String> autoVerifiedAttributes) The attributes that are auto-verified in a user pool.static UserPoolType.BuilderUserPoolType.builder()UserPoolType.Builder.creationDate(Instant creationDate) The date and time when the item was created.UserPoolType.Builder.customDomain(String customDomain) A custom domain name that you provide to Amazon Cognito.UserPoolType.Builder.deletionProtection(String deletionProtection) When active,DeletionProtectionprevents accidental deletion of your user pool.UserPoolType.Builder.deletionProtection(DeletionProtectionType deletionProtection) When active,DeletionProtectionprevents accidental deletion of your user pool.default UserPoolType.BuilderUserPoolType.Builder.deviceConfiguration(Consumer<DeviceConfigurationType.Builder> deviceConfiguration) The device-remembering configuration for a user pool.UserPoolType.Builder.deviceConfiguration(DeviceConfigurationType deviceConfiguration) The device-remembering configuration for a user pool.The domain prefix, if the user pool has a domain associated with it.default UserPoolType.BuilderUserPoolType.Builder.emailConfiguration(Consumer<EmailConfigurationType.Builder> emailConfiguration) The email configuration of your user pool.UserPoolType.Builder.emailConfiguration(EmailConfigurationType emailConfiguration) The email configuration of your user pool.UserPoolType.Builder.emailConfigurationFailure(String emailConfigurationFailure) Deprecated.UserPoolType.Builder.emailVerificationMessage(String emailVerificationMessage) This parameter is no longer used.UserPoolType.Builder.emailVerificationSubject(String emailVerificationSubject) This parameter is no longer used.UserPoolType.Builder.estimatedNumberOfUsers(Integer estimatedNumberOfUsers) A number estimating the size of the user pool.The ID of the user pool.default UserPoolType.BuilderUserPoolType.Builder.issuerConfiguration(Consumer<IssuerConfigurationType.Builder> issuerConfiguration) The issuer configuration for the user pool, including token issuing settings.UserPoolType.Builder.issuerConfiguration(IssuerConfigurationType issuerConfiguration) The issuer configuration for the user pool, including token issuing settings.default UserPoolType.BuilderUserPoolType.Builder.keyConfiguration(Consumer<KeyConfigurationType.Builder> keyConfiguration) The key configuration for the user pool, including encryption settings.UserPoolType.Builder.keyConfiguration(KeyConfigurationType keyConfiguration) The key configuration for the user pool, including encryption settings.default UserPoolType.BuilderUserPoolType.Builder.lambdaConfig(Consumer<LambdaConfigType.Builder> lambdaConfig) A collection of user pool Lambda triggers.UserPoolType.Builder.lambdaConfig(LambdaConfigType lambdaConfig) A collection of user pool Lambda triggers.UserPoolType.Builder.lastModifiedDate(Instant lastModifiedDate) The date and time when the item was modified.UserPoolType.Builder.mfaConfiguration(String mfaConfiguration) Can be one of the following values:UserPoolType.Builder.mfaConfiguration(UserPoolMfaType mfaConfiguration) Can be one of the following values:The name of the user pool.default UserPoolType.BuilderUserPoolType.Builder.policies(Consumer<UserPoolPolicyType.Builder> policies) A list of user pool policies.UserPoolType.Builder.policies(UserPoolPolicyType policies) A list of user pool policies.UserPoolType.Builder.schemaAttributes(Collection<SchemaAttributeType> schemaAttributes) A list of the user attributes and their properties in your user pool.UserPoolType.Builder.schemaAttributes(Consumer<SchemaAttributeType.Builder>... schemaAttributes) A list of the user attributes and their properties in your user pool.UserPoolType.Builder.schemaAttributes(SchemaAttributeType... schemaAttributes) A list of the user attributes and their properties in your user pool.UserPoolType.Builder.smsAuthenticationMessage(String smsAuthenticationMessage) The contents of the SMS authentication message.default UserPoolType.BuilderUserPoolType.Builder.smsConfiguration(Consumer<SmsConfigurationType.Builder> smsConfiguration) User pool configuration for delivery of SMS messages with Amazon Simple Notification Service.UserPoolType.Builder.smsConfiguration(SmsConfigurationType smsConfiguration) User pool configuration for delivery of SMS messages with Amazon Simple Notification Service.UserPoolType.Builder.smsConfigurationFailure(String smsConfigurationFailure) The reason why the SMS configuration can't send the messages to your users.UserPoolType.Builder.smsVerificationMessage(String smsVerificationMessage) This parameter is no longer used.Deprecated.This property is no longer available.UserPoolType.Builder.status(StatusType status) Deprecated.This property is no longer available.UserPoolType.toBuilder()default UserPoolType.BuilderUserPoolType.Builder.userAttributeUpdateSettings(Consumer<UserAttributeUpdateSettingsType.Builder> userAttributeUpdateSettings) The settings for updates to user attributes.UserPoolType.Builder.userAttributeUpdateSettings(UserAttributeUpdateSettingsType userAttributeUpdateSettings) The settings for updates to user attributes.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.UserPoolType.Builder.usernameAttributes(UsernameAttributeType... usernameAttributes) Specifies whether a user can use an email address or phone number as a username when they sign up.UserPoolType.Builder.usernameAttributesWithStrings(String... usernameAttributes) Specifies whether a user can use an email address or phone number as a username when they sign up.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.default UserPoolType.BuilderUserPoolType.Builder.usernameConfiguration(Consumer<UsernameConfigurationType.Builder> usernameConfiguration) Case sensitivity of the username input for the selected sign-in option.UserPoolType.Builder.usernameConfiguration(UsernameConfigurationType usernameConfiguration) Case sensitivity of the username input for the selected sign-in option.default UserPoolType.BuilderUserPoolType.Builder.userPoolAddOns(Consumer<UserPoolAddOnsType.Builder> userPoolAddOns) Contains settings for activation of threat protection, including the operating mode and additional authentication types.UserPoolType.Builder.userPoolAddOns(UserPoolAddOnsType userPoolAddOns) Contains settings for activation of threat protection, including the operating mode and additional authentication types.UserPoolType.Builder.userPoolTags(Map<String, String> userPoolTags) The tags that are assigned to the user pool.UserPoolType.Builder.userPoolTier(String userPoolTier) The user pool feature plan, or tier.UserPoolType.Builder.userPoolTier(UserPoolTierType userPoolTier) The user pool feature plan, or tier.default UserPoolType.BuilderUserPoolType.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.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.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UserPoolType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UserPoolType.Builder>UserPoolType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type UserPoolType.BuilderModifier and TypeMethodDescriptiondefault CreateUserPoolResponse.BuilderCreateUserPoolResponse.Builder.userPool(Consumer<UserPoolType.Builder> userPool) The details of the created user pool.default DescribeUserPoolResponse.BuilderDescribeUserPoolResponse.Builder.userPool(Consumer<UserPoolType.Builder> userPool) The details of the requested user pool.