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.advancedSecurityMode(AdvancedSecurityMode advancedSecurityMode) Deprecated.Advanced Security Mode is deprecated due to user pool feature plans.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(IKeyRef customSenderKmsKey) Sets the value ofUserPoolProps.getCustomSenderKmsKey()UserPoolProps.Builder.customThreatProtectionMode(CustomThreatProtectionMode customThreatProtectionMode) Sets the value ofUserPoolProps.getCustomThreatProtectionMode()UserPoolProps.Builder.deletionProtection(Boolean deletionProtection) Sets the value ofUserPoolProps.getDeletionProtection()UserPoolProps.Builder.deviceTracking(DeviceTracking deviceTracking) Sets the value ofUserPoolProps.getDeviceTracking()UserPoolProps.Builder.email(UserPoolEmail email) Sets the value ofUserPoolProps.getEmail()UserPoolProps.Builder.enableSmsRole(Boolean enableSmsRole) Sets the value ofUserPoolProps.getEnableSmsRole()UserPoolProps.Builder.featurePlan(FeaturePlan featurePlan) Sets the value ofUserPoolProps.getFeaturePlan()UserPoolProps.Builder.keepOriginal(KeepOriginalAttrs keepOriginal) Sets the value ofUserPoolProps.getKeepOriginal()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.passkeyRelyingPartyId(String passkeyRelyingPartyId) Sets the value ofUserPoolProps.getPasskeyRelyingPartyId()UserPoolProps.Builder.passkeyUserVerification(PasskeyUserVerification passkeyUserVerification) Sets the value ofUserPoolProps.getPasskeyUserVerification()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()UserPoolProps.Builder.signInPolicy(SignInPolicy signInPolicy) Sets the value ofUserPoolProps.getSignInPolicy()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.standardThreatProtectionMode(StandardThreatProtectionMode standardThreatProtectionMode) Sets the value ofUserPoolProps.getStandardThreatProtectionMode()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.