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.
|
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.Copyright © 2021. All rights reserved.