public static final class UpdateUserResponseBody.User.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateUserResponseBody.User |
build() |
UpdateUserResponseBody.User.Builder |
comments(String comments)
The description of the RAM user.
|
UpdateUserResponseBody.User.Builder |
createDate(String createDate)
The point in time when the RAM user was created.
|
UpdateUserResponseBody.User.Builder |
displayName(String displayName)
The display name of the RAM user.
|
UpdateUserResponseBody.User.Builder |
email(String email)
The email address of the RAM user.
|
UpdateUserResponseBody.User.Builder |
mobilePhone(String mobilePhone)
The mobile phone number of the RAM user.
|
UpdateUserResponseBody.User.Builder |
updateDate(String updateDate)
The point in time when the information about the RAM user was last modified.
|
UpdateUserResponseBody.User.Builder |
userId(String userId)
The ID of the RAM user.
|
UpdateUserResponseBody.User.Builder |
userName(String userName)
The username of the RAM user.
|
public UpdateUserResponseBody.User.Builder comments(String comments)
The description of the RAM user.
example:This is a cloud computing engineer.
public UpdateUserResponseBody.User.Builder createDate(String createDate)
The point in time when the RAM user was created. The time is displayed in UTC.
example:2015-01-23T12:33:18Z
public UpdateUserResponseBody.User.Builder displayName(String displayName)
The display name of the RAM user.
example:xiaoq****
public UpdateUserResponseBody.User.Builder email(String email)
The email address of the RAM user.
example:This parameter can be returned only on the China site (aliyun.com).
xiaoq****@example.com
public UpdateUserResponseBody.User.Builder mobilePhone(String mobilePhone)
The mobile phone number of the RAM user.
example:This parameter can be returned only on the China site (aliyun.com).
86-1860000****
public UpdateUserResponseBody.User.Builder updateDate(String updateDate)
The point in time when the information about the RAM user was last modified. The time is displayed in UTC.
example:2015-02-11T03:15:21Z
public UpdateUserResponseBody.User.Builder userId(String userId)
The ID of the RAM user.
example:122748924538****
public UpdateUserResponseBody.User.Builder userName(String userName)
The username of the RAM user.
example:xiaoq****
public UpdateUserResponseBody.User build()
Copyright © 2025. All rights reserved.