public static final class UpdateUserRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UpdateUserRequest |
build() |
UpdateUserRequest.Builder |
maxExecuteCount(Long maxExecuteCount)
MaxExecuteCount.
|
UpdateUserRequest.Builder |
maxResultCount(Long maxResultCount)
MaxResultCount.
|
UpdateUserRequest.Builder |
mobile(String mobile)
Mobile.
|
UpdateUserRequest.Builder |
regionId(String regionId)
RegionId.
|
UpdateUserRequest.Builder |
roleNames(String roleNames)
RoleNames.
|
UpdateUserRequest.Builder |
tid(Long tid)
The ID of the tenant.
|
UpdateUserRequest.Builder |
uid(Long uid)
The UID of the user.
|
UpdateUserRequest.Builder |
userNick(String userNick)
UserNick.
|
public UpdateUserRequest.Builder regionId(String regionId)
public UpdateUserRequest.Builder maxExecuteCount(Long maxExecuteCount)
public UpdateUserRequest.Builder maxResultCount(Long maxResultCount)
public UpdateUserRequest.Builder mobile(String mobile)
public UpdateUserRequest.Builder roleNames(String roleNames)
public UpdateUserRequest.Builder tid(Long tid)
> To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see the "View information about the current tenant" section of the [Manage DMS tenants](~~181330~~) topic.
public UpdateUserRequest.Builder uid(Long uid)
public UpdateUserRequest.Builder userNick(String userNick)
public UpdateUserRequest build()
Copyright © 2023. All rights reserved.