public static final class GetAccountResponseBody.Account.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
GetAccountResponseBody.Account.Builder |
accountId(String accountId)
The Alibaba Cloud account ID of the member.
|
GetAccountResponseBody.Account.Builder |
accountName(String accountName)
The Alibaba Cloud account name of the member.
|
GetAccountResponseBody.Account |
build() |
GetAccountResponseBody.Account.Builder |
displayName(String displayName)
The display name of the member.
|
GetAccountResponseBody.Account.Builder |
emailStatus(String emailStatus)
The status of the modification for the email address bound to the member.
|
GetAccountResponseBody.Account.Builder |
folderId(String folderId)
The ID of the folder.
|
GetAccountResponseBody.Account.Builder |
identityInformation(String identityInformation)
The real-name verification information.
|
GetAccountResponseBody.Account.Builder |
joinMethod(String joinMethod)
The way in which the member joins the resource directory.
|
GetAccountResponseBody.Account.Builder |
joinTime(String joinTime)
The time when the member joined the resource directory.
|
GetAccountResponseBody.Account.Builder |
location(String location)
The location of the member in the resource directory.
|
GetAccountResponseBody.Account.Builder |
modifyTime(String modifyTime)
The time when the member was modified.
|
GetAccountResponseBody.Account.Builder |
resourceDirectoryId(String resourceDirectoryId)
The ID of the resource directory.
|
GetAccountResponseBody.Account.Builder |
resourceDirectoryPath(String resourceDirectoryPath)
The path of the member in the resource directory.
|
GetAccountResponseBody.Account.Builder |
status(String status)
The status of the member.
|
GetAccountResponseBody.Account.Builder |
tags(List<GetAccountResponseBody.Tags> tags)
The tags that are added to the member.
|
GetAccountResponseBody.Account.Builder |
type(String type)
The type of the member.
|
public GetAccountResponseBody.Account.Builder accountId(String accountId)
public GetAccountResponseBody.Account.Builder accountName(String accountName)
public GetAccountResponseBody.Account.Builder displayName(String displayName)
public GetAccountResponseBody.Account.Builder emailStatus(String emailStatus)
* WAIT_MODIFY: in progress * CANCELLED: canceled * EXPIRED: expired If the value of this parameter is empty, no modification is performed for the email address.
public GetAccountResponseBody.Account.Builder folderId(String folderId)
public GetAccountResponseBody.Account.Builder identityInformation(String identityInformation)
public GetAccountResponseBody.Account.Builder joinMethod(String joinMethod)
* invited: The member is invited to join the resource directory. * created: The member is directly created in the resource directory.
public GetAccountResponseBody.Account.Builder joinTime(String joinTime)
public GetAccountResponseBody.Account.Builder location(String location)
public GetAccountResponseBody.Account.Builder modifyTime(String modifyTime)
public GetAccountResponseBody.Account.Builder resourceDirectoryId(String resourceDirectoryId)
public GetAccountResponseBody.Account.Builder resourceDirectoryPath(String resourceDirectoryPath)
public GetAccountResponseBody.Account.Builder status(String status)
* CreateSuccess: The member is created. * PromoteVerifying: The upgrade of the member is being confirmed. * PromoteFailed: The upgrade of the member fails. * PromoteExpired: The upgrade of the member expires. * PromoteCancelled: The upgrade of the member is canceled. * PromoteSuccess: The member is upgraded. * InviteSuccess: The member accepts the invitation.
public GetAccountResponseBody.Account.Builder tags(List<GetAccountResponseBody.Tags> tags)
public GetAccountResponseBody.Account.Builder type(String type)
* CloudAccount: cloud account * ResourceAccount: resource account
public GetAccountResponseBody.Account build()
Copyright © 2023. All rights reserved.