public static final class DescribeRestorePlansResponseBody.RestorePlans.Builder extends Object
public DescribeRestorePlansResponseBody.RestorePlans.Builder createdTime(Long createdTime)
The timestamp when the restoration task was created. Unit: milliseconds.
example:1655174753****
public DescribeRestorePlansResponseBody.RestorePlans.Builder databaseName(String databaseName)
The name of the database.
example:Bankup****
public DescribeRestorePlansResponseBody.RestorePlans.Builder instanceName(String instanceName)
The name of the server on which the database resides.
example:sql-test-001
public DescribeRestorePlansResponseBody.RestorePlans.Builder policyId(Long policyId)
The ID of the anti-ransomware policy.
example:123
public DescribeRestorePlansResponseBody.RestorePlans.Builder policyName(String policyName)
The name of the anti-ransomware policy.
example:KtDataBase
public DescribeRestorePlansResponseBody.RestorePlans.Builder restorePoint(Long restorePoint)
The point in time to which data is restored.
example:165875100****
public DescribeRestorePlansResponseBody.RestorePlans.Builder status(String status)
The status of the restoration task. Valid values:
running
public DescribeRestorePlansResponseBody.RestorePlans.Builder targetDatabaseName(String targetDatabaseName)
The name of the destination database.
example:OABak
public DescribeRestorePlansResponseBody.RestorePlans.Builder targetInstanceId(String targetInstanceId)
The ID of the destination server.
example:i-2zehqflgbl9ep2he****
public DescribeRestorePlansResponseBody.RestorePlans.Builder targetInstanceName(String targetInstanceName)
The name of the destination server.
example:hbr-detection-hh
public DescribeRestorePlansResponseBody.RestorePlans.Builder updatedTime(Long updatedTime)
The timestamp when the restoration task was last updated. Unit: milliseconds.
example:166849080****
public DescribeRestorePlansResponseBody.RestorePlans build()
Copyright © 2026. All rights reserved.