Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolUserPropsMixin.Builder
Packages that use CfnUserPoolUserPropsMixin.Builder
-
Uses of CfnUserPoolUserPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.cognito
Methods in software.amazon.awscdk.cfnpropertymixins.services.cognito that return CfnUserPoolUserPropsMixin.BuilderModifier and TypeMethodDescriptionCfnUserPoolUserPropsMixin.Builder.clientMetadata(Map<String, String> clientMetadata) A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.CfnUserPoolUserPropsMixin.Builder.clientMetadata(IResolvable clientMetadata) A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.CfnUserPoolUserPropsMixin.Builder.create()CfnUserPoolUserPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnUserPoolUserPropsMixin.Builder.desiredDeliveryMediums(List<String> desiredDeliveryMediums) SpecifyEMAILif email will be used to send the welcome message.CfnUserPoolUserPropsMixin.Builder.forceAliasCreation(Boolean forceAliasCreation) This parameter is used only if thephone_number_verifiedoremail_verifiedattribute is set toTrue.CfnUserPoolUserPropsMixin.Builder.forceAliasCreation(IResolvable forceAliasCreation) This parameter is used only if thephone_number_verifiedoremail_verifiedattribute is set toTrue.CfnUserPoolUserPropsMixin.Builder.messageAction(String messageAction) Set toRESENDto resend the invitation message to a user that already exists, and to reset the temporary-password duration with a new temporary password.CfnUserPoolUserPropsMixin.Builder.userAttributes(List<? extends Object> userAttributes) An array of name-value pairs that contain user attributes and attribute values to be set for the user to be created.CfnUserPoolUserPropsMixin.Builder.userAttributes(IResolvable userAttributes) An array of name-value pairs that contain user attributes and attribute values to be set for the user to be created.The value that you want to set as the username sign-in attribute.CfnUserPoolUserPropsMixin.Builder.userPoolId(String userPoolId) The ID of the user pool where you want to create a user.CfnUserPoolUserPropsMixin.Builder.userPoolId(IUserPoolRef userPoolId) The ID of the user pool where you want to create a user.CfnUserPoolUserPropsMixin.Builder.validationData(List<? extends Object> validationData) Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.CfnUserPoolUserPropsMixin.Builder.validationData(IResolvable validationData) Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.