public static interface UserIdentityInfo.Builder extends SdkPojo, CopyableBuilder<UserIdentityInfo.Builder,UserIdentityInfo>
| Modifier and Type | Method and Description |
|---|---|
UserIdentityInfo.Builder |
email(String email)
The email address.
|
UserIdentityInfo.Builder |
firstName(String firstName)
The first name.
|
UserIdentityInfo.Builder |
lastName(String lastName)
The last name.
|
UserIdentityInfo.Builder |
mobile(String mobile)
The user's mobile number.
|
UserIdentityInfo.Builder |
secondaryEmail(String secondaryEmail)
The user's secondary email address.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserIdentityInfo.Builder firstName(String firstName)
The first name. This is required if you are using Amazon Connect or SAML for identity management.
firstName - The first name. This is required if you are using Amazon Connect or SAML for identity management.UserIdentityInfo.Builder lastName(String lastName)
The last name. This is required if you are using Amazon Connect or SAML for identity management.
lastName - The last name. This is required if you are using Amazon Connect or SAML for identity management.UserIdentityInfo.Builder email(String email)
The email address. If you are using SAML for identity management and include this parameter, an error is returned.
email - The email address. If you are using SAML for identity management and include this parameter, an error
is returned.UserIdentityInfo.Builder secondaryEmail(String secondaryEmail)
The user's secondary email address. If you provide a secondary email, the user receives email notifications - other than password reset notifications - to this email address instead of to their primary email address.
Pattern: (?=^.{0,265}$)[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,63}
secondaryEmail - The user's secondary email address. If you provide a secondary email, the user receives email
notifications - other than password reset notifications - to this email address instead of to their
primary email address.
Pattern: (?=^.{0,265}$)[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,63}
UserIdentityInfo.Builder mobile(String mobile)
The user's mobile number.
mobile - The user's mobile number.Copyright © 2023. All rights reserved.