public static interface User.Builder extends SdkPojo, CopyableBuilder<User.Builder,User>
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
userId(String userId)
The identifier for a user in the identity store.
|
User.Builder |
userName(String userName)
Contains the user’s username value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUser.Builder userName(String userName)
Contains the user’s username value. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers and punctuation. The characters “<>;:%” are excluded. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.
userName - Contains the user’s username value. The length limit is 128 characters. This value can consist of
letters, accented characters, symbols, numbers and punctuation. The characters “<>;:%” are
excluded. This value is specified at the time the user is created and stored as an attribute of the
user object in the identity store.User.Builder userId(String userId)
The identifier for a user in the identity store.
userId - The identifier for a user in the identity store.Copyright © 2020. All rights reserved.