Uses of Class
software.amazon.awscdk.services.cognito.CfnUserPoolUser.Builder
Packages that use CfnUserPoolUser.Builder
-
Uses of CfnUserPoolUser.Builder in software.amazon.awscdk.services.cognito
Methods in software.amazon.awscdk.services.cognito that return CfnUserPoolUser.BuilderModifier and TypeMethodDescriptionCfnUserPoolUser.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.CfnUserPoolUser.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.static CfnUserPoolUser.BuilderCfnUserPoolUser.Builder.desiredDeliveryMediums(List<String> desiredDeliveryMediums) Specify"EMAIL"if email will be used to send the welcome message.CfnUserPoolUser.Builder.forceAliasCreation(Boolean forceAliasCreation) This parameter is used only if thephone_number_verifiedoremail_verifiedattribute is set toTrue.CfnUserPoolUser.Builder.forceAliasCreation(IResolvable forceAliasCreation) This parameter is used only if thephone_number_verifiedoremail_verifiedattribute is set toTrue.CfnUserPoolUser.Builder.messageAction(String messageAction) Set toRESENDto resend the invitation message to a user that already exists and reset the expiration limit on the user's account.CfnUserPoolUser.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.CfnUserPoolUser.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.CfnUserPoolUser.Builder.userPoolId(String userPoolId) The user pool ID for the user pool where the user will be created.CfnUserPoolUser.Builder.validationData(List<? extends Object> validationData) Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.CfnUserPoolUser.Builder.validationData(IResolvable validationData) Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.