public static final class UpdateAccountRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateAccountRequest.Builder |
accountId(String accountId)
The ID of the Alibaba Cloud account that corresponds to the member.
|
UpdateAccountRequest |
build() |
UpdateAccountRequest.Builder |
newAccountType(String newAccountType)
The new type of the member.
|
UpdateAccountRequest.Builder |
newDisplayName(String newDisplayName)
The new display name of the member.
|
public UpdateAccountRequest.Builder accountId(String accountId)
public UpdateAccountRequest.Builder newAccountType(String newAccountType)
* ResourceAccount: resource account * CloudAccount: cloud account > You can configure either the `NewDisplayName` or `NewAccountType` parameter.
public UpdateAccountRequest.Builder newDisplayName(String newDisplayName)
> You can configure either the `NewDisplayName` or `NewAccountType` parameter.
public UpdateAccountRequest build()
Copyright © 2023. All rights reserved.