public static final class ModifyAccountDescriptionRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ModifyAccountDescriptionRequest.Builder |
accountDescription(String accountDescription)
The description of the account.
|
ModifyAccountDescriptionRequest.Builder |
accountName(String accountName)
The name of the account.
|
ModifyAccountDescriptionRequest |
build() |
ModifyAccountDescriptionRequest.Builder |
DBClusterId(String DBClusterId)
The ID of the cluster.
|
ModifyAccountDescriptionRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
ModifyAccountDescriptionRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
ModifyAccountDescriptionRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
ModifyAccountDescriptionRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public ModifyAccountDescriptionRequest.Builder accountDescription(String accountDescription)
* The description cannot start with `http://` or `https://`. * The description must be 2 to 256 characters in length.
public ModifyAccountDescriptionRequest.Builder accountName(String accountName)
public ModifyAccountDescriptionRequest.Builder DBClusterId(String DBClusterId)
public ModifyAccountDescriptionRequest.Builder ownerAccount(String ownerAccount)
public ModifyAccountDescriptionRequest.Builder ownerId(Long ownerId)
public ModifyAccountDescriptionRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ModifyAccountDescriptionRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ModifyAccountDescriptionRequest build()
Copyright © 2024. All rights reserved.