public static final class ListUsersResponseBody.User.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ListUsersResponseBody.User |
build() |
ListUsersResponseBody.User.Builder |
comments(String comments)
The description.
|
ListUsersResponseBody.User.Builder |
createDate(String createDate)
The time when the RAM user was created.
|
ListUsersResponseBody.User.Builder |
displayName(String displayName)
The display name of the RAM user.
|
ListUsersResponseBody.User.Builder |
email(String email)
The email address of the RAM user.
|
ListUsersResponseBody.User.Builder |
mobilePhone(String mobilePhone)
The mobile phone number of the RAM user.
|
ListUsersResponseBody.User.Builder |
updateDate(String updateDate)
The point in time when the information about the RAM user was last modified.
|
ListUsersResponseBody.User.Builder |
userId(String userId)
The ID of the RAM user.
|
ListUsersResponseBody.User.Builder |
userName(String userName)
The logon name of the RAM user.
|
public ListUsersResponseBody.User.Builder comments(String comments)
The description.
example:Cloud computing engineer
public ListUsersResponseBody.User.Builder createDate(String createDate)
The time when the RAM user was created. The time is displayed in UTC.
example:2015-01-23T12:33:18Z
public ListUsersResponseBody.User.Builder displayName(String displayName)
The display name of the RAM user.
example:Zhangq****
public ListUsersResponseBody.User.Builder email(String email)
The email address of the RAM user.
example:This parameter is unavailable.
zhangq****@example.com
public ListUsersResponseBody.User.Builder mobilePhone(String mobilePhone)
The mobile phone number of the RAM user.
example:This parameter is unavailable.
86-1860000****
public ListUsersResponseBody.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-01-23T12:33:18Z
public ListUsersResponseBody.User.Builder userId(String userId)
The ID of the RAM user.
example:122748924538****
public ListUsersResponseBody.User.Builder userName(String userName)
The logon name of the RAM user.
example:zhangq****
public ListUsersResponseBody.User build()
Copyright © 2025. All rights reserved.