Uses of Class
software.amazon.awscdk.services.cognito.UserPoolProps.Builder
Packages that use UserPoolProps.Builder
-
Uses of UserPoolProps.Builder in software.amazon.awscdk.services.cognito
Methods in software.amazon.awscdk.services.cognito that return UserPoolProps.BuilderModifier and TypeMethodDescriptionUserPoolProps.Builder.accountRecovery(AccountRecovery accountRecovery) Sets the value ofUserPoolProps.getAccountRecovery()UserPoolProps.Builder.autoVerify(AutoVerifiedAttrs autoVerify) Sets the value ofUserPoolProps.getAutoVerify()static UserPoolProps.BuilderUserPoolProps.builder()UserPoolProps.Builder.customAttributes(Map<String, ? extends ICustomAttribute> customAttributes) Sets the value ofUserPoolProps.getCustomAttributes()UserPoolProps.Builder.customSenderKmsKey(IKey customSenderKmsKey) Sets the value ofUserPoolProps.getCustomSenderKmsKey()UserPoolProps.Builder.deviceTracking(DeviceTracking deviceTracking) Sets the value ofUserPoolProps.getDeviceTracking()UserPoolProps.Builder.email(UserPoolEmail email) Sets the value ofUserPoolProps.getEmail()UserPoolProps.Builder.emailSettings(EmailSettings emailSettings) Deprecated.Use 'email' instead.UserPoolProps.Builder.enableSmsRole(Boolean enableSmsRole) Sets the value ofUserPoolProps.getEnableSmsRole()UserPoolProps.Builder.lambdaTriggers(UserPoolTriggers lambdaTriggers) Sets the value ofUserPoolProps.getLambdaTriggers()Sets the value ofUserPoolProps.getMfa()UserPoolProps.Builder.mfaMessage(String mfaMessage) Sets the value ofUserPoolProps.getMfaMessage()UserPoolProps.Builder.mfaSecondFactor(MfaSecondFactor mfaSecondFactor) Sets the value ofUserPoolProps.getMfaSecondFactor()UserPoolProps.Builder.passwordPolicy(PasswordPolicy passwordPolicy) Sets the value ofUserPoolProps.getPasswordPolicy()UserPoolProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofUserPoolProps.getRemovalPolicy()UserPoolProps.Builder.selfSignUpEnabled(Boolean selfSignUpEnabled) Sets the value ofUserPoolProps.getSelfSignUpEnabled()UserPoolProps.Builder.signInAliases(SignInAliases signInAliases) Sets the value ofUserPoolProps.getSignInAliases()UserPoolProps.Builder.signInCaseSensitive(Boolean signInCaseSensitive) Sets the value ofUserPoolProps.getSignInCaseSensitive()Sets the value ofUserPoolProps.getSmsRole()UserPoolProps.Builder.smsRoleExternalId(String smsRoleExternalId) Sets the value ofUserPoolProps.getSmsRoleExternalId()Sets the value ofUserPoolProps.getSnsRegion()UserPoolProps.Builder.standardAttributes(StandardAttributes standardAttributes) Sets the value ofUserPoolProps.getStandardAttributes()UserPoolProps.Builder.userInvitation(UserInvitationConfig userInvitation) Sets the value ofUserPoolProps.getUserInvitation()UserPoolProps.Builder.userPoolName(String userPoolName) Sets the value ofUserPoolProps.getUserPoolName()UserPoolProps.Builder.userVerification(UserVerificationConfig userVerification) Sets the value ofUserPoolProps.getUserVerification()Constructors in software.amazon.awscdk.services.cognito with parameters of type UserPoolProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(UserPoolProps.Builder builder) Constructor that initializes the object based on literal property values passed by theUserPoolProps.Builder.