| Modifier and Type | Method and Description |
|---|---|
CfnUserPoolUser.Builder |
CfnUserPoolUser.Builder.clientMetadata(Object clientMetadata)
A map of custom key-value pairs that you can provide as input for the custom workflow that is invoked by the *pre sign-up* trigger.
|
static CfnUserPoolUser.Builder |
CfnUserPoolUser.Builder.create(Construct scope,
String id) |
CfnUserPoolUser.Builder |
CfnUserPoolUser.Builder.desiredDeliveryMediums(List<String> desiredDeliveryMediums)
Specify `"EMAIL"` if email will be used to send the welcome message.
|
CfnUserPoolUser.Builder |
CfnUserPoolUser.Builder.forceAliasCreation(Boolean forceAliasCreation)
This parameter is used only if the `phone_number_verified` or `email_verified` attribute is set to `True` .
|
CfnUserPoolUser.Builder |
CfnUserPoolUser.Builder.forceAliasCreation(IResolvable forceAliasCreation)
This parameter is used only if the `phone_number_verified` or `email_verified` attribute is set to `True` .
|
CfnUserPoolUser.Builder |
CfnUserPoolUser.Builder.messageAction(String messageAction)
Set to `RESEND` to resend the invitation message to a user that already exists and reset the expiration limit on the user's account.
|
CfnUserPoolUser.Builder |
CfnUserPoolUser.Builder.userAttributes(IResolvable userAttributes)
The user attributes and attribute values to be set for the user to be created.
|
CfnUserPoolUser.Builder |
CfnUserPoolUser.Builder.userAttributes(List<? extends Object> userAttributes)
The user attributes and attribute values to be set for the user to be created.
|
CfnUserPoolUser.Builder |
CfnUserPoolUser.Builder.username(String username)
The username for the user.
|
CfnUserPoolUser.Builder |
CfnUserPoolUser.Builder.userPoolId(String userPoolId)
The user pool ID for the user pool where the user will be created.
|
CfnUserPoolUser.Builder |
CfnUserPoolUser.Builder.validationData(IResolvable validationData)
The user's validation data.
|
CfnUserPoolUser.Builder |
CfnUserPoolUser.Builder.validationData(List<? extends Object> validationData)
The user's validation data.
|
Copyright © 2022. All rights reserved.