Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolPropsMixin.PasswordPolicyProperty.Builder
Packages that use CfnUserPoolPropsMixin.PasswordPolicyProperty.Builder
-
Uses of CfnUserPoolPropsMixin.PasswordPolicyProperty.Builder in software.amazon.awscdk.cfnpropertymixins.services.cognito
Methods in software.amazon.awscdk.cfnpropertymixins.services.cognito that return CfnUserPoolPropsMixin.PasswordPolicyProperty.BuilderModifier and TypeMethodDescriptionCfnUserPoolPropsMixin.PasswordPolicyProperty.builder()CfnUserPoolPropsMixin.PasswordPolicyProperty.Builder.minimumLength(Number minimumLength) Sets the value ofCfnUserPoolPropsMixin.PasswordPolicyProperty.getMinimumLength()CfnUserPoolPropsMixin.PasswordPolicyProperty.Builder.passwordHistorySize(Number passwordHistorySize) Sets the value ofCfnUserPoolPropsMixin.PasswordPolicyProperty.getPasswordHistorySize()CfnUserPoolPropsMixin.PasswordPolicyProperty.Builder.requireLowercase(Boolean requireLowercase) Sets the value ofCfnUserPoolPropsMixin.PasswordPolicyProperty.getRequireLowercase()CfnUserPoolPropsMixin.PasswordPolicyProperty.Builder.requireLowercase(IResolvable requireLowercase) Sets the value ofCfnUserPoolPropsMixin.PasswordPolicyProperty.getRequireLowercase()CfnUserPoolPropsMixin.PasswordPolicyProperty.Builder.requireNumbers(Boolean requireNumbers) Sets the value ofCfnUserPoolPropsMixin.PasswordPolicyProperty.getRequireNumbers()CfnUserPoolPropsMixin.PasswordPolicyProperty.Builder.requireNumbers(IResolvable requireNumbers) Sets the value ofCfnUserPoolPropsMixin.PasswordPolicyProperty.getRequireNumbers()CfnUserPoolPropsMixin.PasswordPolicyProperty.Builder.requireSymbols(Boolean requireSymbols) Sets the value ofCfnUserPoolPropsMixin.PasswordPolicyProperty.getRequireSymbols()CfnUserPoolPropsMixin.PasswordPolicyProperty.Builder.requireSymbols(IResolvable requireSymbols) Sets the value ofCfnUserPoolPropsMixin.PasswordPolicyProperty.getRequireSymbols()CfnUserPoolPropsMixin.PasswordPolicyProperty.Builder.requireUppercase(Boolean requireUppercase) Sets the value ofCfnUserPoolPropsMixin.PasswordPolicyProperty.getRequireUppercase()CfnUserPoolPropsMixin.PasswordPolicyProperty.Builder.requireUppercase(IResolvable requireUppercase) Sets the value ofCfnUserPoolPropsMixin.PasswordPolicyProperty.getRequireUppercase()CfnUserPoolPropsMixin.PasswordPolicyProperty.Builder.temporaryPasswordValidityDays(Number temporaryPasswordValidityDays) Constructors in software.amazon.awscdk.cfnpropertymixins.services.cognito with parameters of type CfnUserPoolPropsMixin.PasswordPolicyProperty.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserPoolPropsMixin.PasswordPolicyProperty.Builder.