public static class CreateDbSystemSourceFromPitrDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateDbSystemSourceFromPitrDetails |
build() |
CreateDbSystemSourceFromPitrDetails.Builder |
copy(CreateDbSystemSourceFromPitrDetails model) |
CreateDbSystemSourceFromPitrDetails.Builder |
dbSystemId(String dbSystemId)
The OCID of the DB System from which a backup shall be selected to be restored when
creating the new DB System.
|
CreateDbSystemSourceFromPitrDetails.Builder |
recoveryPoint(Date recoveryPoint)
The date and time, as per RFC 3339, of the change up to which the new DB System shall be
restored to, using a backup and logs from the original DB System.
|
public CreateDbSystemSourceFromPitrDetails.Builder dbSystemId(String dbSystemId)
The OCID of the DB System from which a backup shall be selected to be restored when creating the new DB System. Use this together with recovery point to perform a point in time recovery operation.
dbSystemId
- the value to setpublic CreateDbSystemSourceFromPitrDetails.Builder recoveryPoint(Date recoveryPoint)
The date and time, as per RFC 3339, of the change up to which the new DB System shall be restored to, using a backup and logs from the original DB System. In case no point in time is specified, then this new DB System shall be restored up to the latest change recorded for the original DB System.
recoveryPoint
- the value to setpublic CreateDbSystemSourceFromPitrDetails build()
public CreateDbSystemSourceFromPitrDetails.Builder copy(CreateDbSystemSourceFromPitrDetails model)
Copyright © 2016–2024. All rights reserved.