public static final class UpdateUserRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateUserRequest |
build() |
UpdateUserRequest.Builder |
newComments(String newComments)
The new description of the RAM user.
|
UpdateUserRequest.Builder |
newDisplayName(String newDisplayName)
The new display name of the RAM user.
|
UpdateUserRequest.Builder |
newEmail(String newEmail)
The new email address of the RAM user.
|
UpdateUserRequest.Builder |
newMobilePhone(String newMobilePhone)
The new mobile phone number of the RAM user.
|
UpdateUserRequest.Builder |
newUserName(String newUserName)
The new username of the RAM user.
|
UpdateUserRequest.Builder |
userName(String userName)
The username of the RAM user.
|
public UpdateUserRequest.Builder newComments(String newComments)
The new description of the RAM user.
The description must be 1 to 128 characters in length.
example:This is a cloud computing engineer.
public UpdateUserRequest.Builder newDisplayName(String newDisplayName)
The new display name of the RAM user.
The name must be 1 to 128 characters in length.
example:xiaoq****
public UpdateUserRequest.Builder newEmail(String newEmail)
The new email address of the RAM user.
example:This parameter can be returned only on the China site (aliyun.com).
xiaoq****@example.com
public UpdateUserRequest.Builder newMobilePhone(String newMobilePhone)
The new mobile phone number of the RAM user.
Format: <Country code>-<Mobile phone number>.
example:This parameter can be returned only on the China site (aliyun.com).
86-1860000****
public UpdateUserRequest.Builder newUserName(String newUserName)
The new username of the RAM user.
The username must be 1 to 64 characters in length, and can contain letters, digits, periods (.), hyphens (-), and underscores (_).
example:xiaoq****
public UpdateUserRequest.Builder userName(String userName)
The username of the RAM user.
example:zhangq****
public UpdateUserRequest build()
Copyright © 2025. All rights reserved.