public static final class CreateResourceAccountRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateResourceAccountRequest.Builder |
accountNamePrefix(String accountNamePrefix)
The prefix for the Alibaba Cloud account name of the member.
|
CreateResourceAccountRequest |
build() |
CreateResourceAccountRequest.Builder |
displayName(String displayName)
The display name of the member.
|
CreateResourceAccountRequest.Builder |
parentFolderId(String parentFolderId)
The ID of the parent folder.
|
CreateResourceAccountRequest.Builder |
payerAccountId(String payerAccountId)
The ID of the billing account.
|
CreateResourceAccountRequest.Builder |
resellAccountType(String resellAccountType)
The identity type of the member.
|
CreateResourceAccountRequest.Builder |
tag(List<CreateResourceAccountRequest.Tag> tag)
Tag.
|
public CreateResourceAccountRequest.Builder accountNamePrefix(String accountNamePrefix)
The prefix must be 2 to 37 characters in length.
The prefix can contain letters, digits, and special characters but cannot contain consecutive special characters. The prefix must start with a letter or digit and end with a letter or digit. Valid special characters include underscores (`_`), periods (.), and hyphens (`-`).
The complete Alibaba Cloud account name of a member in a resource directory is in the \
public CreateResourceAccountRequest.Builder displayName(String displayName)
The name must be 2 to 50 characters in length. The name can contain letters, digits, underscores (\_), periods (.), hyphens (-), and spaces. The name must be unique in the resource directory.
public CreateResourceAccountRequest.Builder parentFolderId(String parentFolderId)
public CreateResourceAccountRequest.Builder payerAccountId(String payerAccountId)
public CreateResourceAccountRequest.Builder resellAccountType(String resellAccountType)
* resell: The member is an account for a reseller. This is the default value. A relationship is automatically established between the member and the reseller. The management account of the resource directory must be used as the billing account of the member. * non_resell: The member is not an account for a reseller. The member is an account that is not associated with a reseller. You can directly use the account to purchase Alibaba Cloud resources. The member is used as its own billing account. > This parameter is available only for resellers at the international site (alibabacloud.com).
public CreateResourceAccountRequest.Builder tag(List<CreateResourceAccountRequest.Tag> tag)
public CreateResourceAccountRequest build()
Copyright © 2023. All rights reserved.