Interface RestoreFromBackupConfiguration.Builder

  • Method Details

    • autonomousDatabaseBackupId

      RestoreFromBackupConfiguration.Builder autonomousDatabaseBackupId(String autonomousDatabaseBackupId)

      The unique identifier of the Autonomous Database backup to restore from.

      Parameters:
      autonomousDatabaseBackupId - The unique identifier of the Autonomous Database backup to restore from.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cloneType

      The type of clone to create from the backup.

      Parameters:
      cloneType - The type of clone to create from the backup.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • cloneType

      The type of clone to create from the backup.

      Parameters:
      cloneType - The type of clone to create from the backup.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • cloneTableSpaceList

      RestoreFromBackupConfiguration.Builder cloneTableSpaceList(Collection<Integer> cloneTableSpaceList)

      The list of tablespace identifiers to clone from the backup.

      Parameters:
      cloneTableSpaceList - The list of tablespace identifiers to clone from the backup.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cloneTableSpaceList

      RestoreFromBackupConfiguration.Builder cloneTableSpaceList(Integer... cloneTableSpaceList)

      The list of tablespace identifiers to clone from the backup.

      Parameters:
      cloneTableSpaceList - The list of tablespace identifiers to clone from the backup.
      Returns:
      Returns a reference to this object so that method calls can be chained together.