public static final class CreateUserRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateUserRequest |
build() |
CreateUserRequest.Builder |
comments(String comments)
The description of the RAM user.
|
CreateUserRequest.Builder |
displayName(String displayName)
The display name of the RAM user.
|
CreateUserRequest.Builder |
email(String email)
The email address of the RAM user.
|
CreateUserRequest.Builder |
mobilePhone(String mobilePhone)
The mobile phone number of the RAM user.
|
CreateUserRequest.Builder |
userName(String userName)
The username of the RAM user.
|
public CreateUserRequest.Builder comments(String comments)
The description of the RAM user.
The description must be 1 to 128 characters in length.
example:This is a cloud computing engineer.
public CreateUserRequest.Builder displayName(String displayName)
The display name of the RAM user.
The display name must be 1 to 128 characters in length.
example:alice
public CreateUserRequest.Builder email(String email)
The email address of the RAM user.
example:This parameter applies only to the China site (aliyun.com).
public CreateUserRequest.Builder mobilePhone(String mobilePhone)
The mobile phone number of the RAM user.
Format: Country code-Mobile phone number.
example:This parameter applies only to the China site (aliyun.com).
86-1868888****
public CreateUserRequest.Builder userName(String userName)
The 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:alice
public CreateUserRequest build()
Copyright © 2025. All rights reserved.