public static final class GetUserResponseBody.User.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
GetUserResponseBody.User |
build() |
GetUserResponseBody.User.Builder |
comments(String comments)
The description of the RAM user.
|
GetUserResponseBody.User.Builder |
createDate(String createDate)
The point in time when the RAM user was created.
|
GetUserResponseBody.User.Builder |
displayName(String displayName)
The display name of the RAM user.
|
GetUserResponseBody.User.Builder |
email(String email)
The email address of the RAM user.
|
GetUserResponseBody.User.Builder |
lastLoginDate(String lastLoginDate)
The point in time when the RAM user last logged on to the Alibaba Cloud Management Console by using the password.
|
GetUserResponseBody.User.Builder |
mobilePhone(String mobilePhone)
The mobile phone number of the RAM user.
|
GetUserResponseBody.User.Builder |
updateDate(String updateDate)
The point in time when the information about the RAM user was last modified.
|
GetUserResponseBody.User.Builder |
userId(String userId)
The ID of the RAM user.
|
GetUserResponseBody.User.Builder |
userName(String userName)
The username of the RAM user.
|
public GetUserResponseBody.User.Builder comments(String comments)
The description of the RAM user.
example:Cloud computing engineer
public GetUserResponseBody.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 GetUserResponseBody.User.Builder displayName(String displayName)
The display name of the RAM user.
example:alice
public GetUserResponseBody.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).
public GetUserResponseBody.User.Builder lastLoginDate(String lastLoginDate)
The point in time when the RAM user last logged on to the Alibaba Cloud Management Console by using the password. The time is displayed in UTC.
example:2015-01-23T12:33:18Z
public GetUserResponseBody.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 GetUserResponseBody.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 GetUserResponseBody.User.Builder userId(String userId)
The ID of the RAM user.
example:222748924538****
public GetUserResponseBody.User.Builder userName(String userName)
The username of the RAM user.
example:alice
public GetUserResponseBody.User build()
Copyright © 2025. All rights reserved.