public static final class ModifyUserRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyUserRequest |
build() |
ModifyUserRequest.Builder |
businessChannel(String businessChannel)
BusinessChannel.
|
ModifyUserRequest.Builder |
email(String email)
The email address of the convenience user.
|
ModifyUserRequest.Builder |
endUserId(String endUserId)
The name of the user.
|
ModifyUserRequest.Builder |
phone(String phone)
The mobile number of the convenience user.
|
public ModifyUserRequest.Builder businessChannel(String businessChannel)
public ModifyUserRequest.Builder email(String email)
The email address of the convenience user. For a user-activated convenience user, the email address or mobile number must be verified. You can choose to verify the email address or the mobile number. For an administrator-activated convenience user, the email address and mobile number can be left empty.
example:public ModifyUserRequest.Builder endUserId(String endUserId)
The name of the user.
This parameter is required.
example:Alice
public ModifyUserRequest.Builder phone(String phone)
The mobile number of the convenience user. For a user-activated convenience user, the email address or mobile number must be verified. You can choose to verify the email address or the mobile number. For an administrator-activated convenience user, the email address and mobile number can be left empty.
example:Accounts created on the International site (alibabacloud.com) do not support mobile number-based authentication.
1381111****
public ModifyUserRequest build()
Copyright © 2026. All rights reserved.