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 added to the user account.
|
UserIdentityInfo.Builder |
firstName(String firstName)
The first name used in the user account.
|
UserIdentityInfo.Builder |
lastName(String lastName)
The last name used in the user account.
|
copy
applyMutation, build
UserIdentityInfo.Builder firstName(String firstName)
The first name used in the user account. This is required if you are using Amazon Connect or SAML for identity management.
firstName
- The first name used in the user account. This is required if you are using Amazon Connect or SAML for
identity management.UserIdentityInfo.Builder lastName(String lastName)
The last name used in the user account. This is required if you are using Amazon Connect or SAML for identity management.
lastName
- The last name used in the user account. This is required if you are using Amazon Connect or SAML for
identity management.UserIdentityInfo.Builder email(String email)
The email address added to the user account. If you are using SAML for identity management and include this
parameter, an InvalidRequestException
is returned.
email
- The email address added to the user account. If you are using SAML for identity management and include
this parameter, an InvalidRequestException
is returned.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.