public static final class RestoreTableRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
RestoreTableRequest.Builder |
backupId(String backupId)
The ID of the backup set.
|
RestoreTableRequest |
build() |
RestoreTableRequest.Builder |
DBClusterId(String DBClusterId)
The cluster ID.
|
RestoreTableRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
RestoreTableRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
RestoreTableRequest.Builder |
regionId(String regionId)
RegionId.
|
RestoreTableRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
RestoreTableRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
RestoreTableRequest.Builder |
restoreTime(String restoreTime)
The point in time for the restoration.
|
RestoreTableRequest.Builder |
securityToken(String securityToken)
SecurityToken.
|
RestoreTableRequest.Builder |
tableMeta(String tableMeta)
The JSON string that contains the information of the database and the table that you want to restore.
|
public RestoreTableRequest.Builder regionId(String regionId)
public RestoreTableRequest.Builder backupId(String backupId)
> You must specify this parameter if you need to restore a database or a table by using a backup set. You can call the [DescribeBackups](~~98102~~) operation to query the ID of the backup set.
public RestoreTableRequest.Builder DBClusterId(String DBClusterId)
> You can call the [DescribeDBClusters](~~98094~~) operation to query the details of all clusters within your account.
public RestoreTableRequest.Builder ownerAccount(String ownerAccount)
public RestoreTableRequest.Builder ownerId(Long ownerId)
public RestoreTableRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public RestoreTableRequest.Builder resourceOwnerId(Long resourceOwnerId)
public RestoreTableRequest.Builder restoreTime(String restoreTime)
> * You must specify this parameter if you need to restore the database or the table to a point in time. * You can restore your cluster to a particular time only over the past seven days.
public RestoreTableRequest.Builder securityToken(String securityToken)
public RestoreTableRequest.Builder tableMeta(String tableMeta)
> You can call the [DescribeMetaList](~~194770~~) operation to query the names and details of databases and tables that can be restored and enter their information into the corresponding locations in the preceding example.
public RestoreTableRequest build()
Copyright © 2024. All rights reserved.