Class RestoreBackupRequest

java.lang.Object
com.cloudera.cdp.dw.model.RestoreBackupRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-11-26T08:05:41.567-08:00") public class RestoreBackupRequest extends Object
Request object for the restore backup request.
  • Constructor Details

    • RestoreBackupRequest

      public RestoreBackupRequest()
  • Method Details

    • getBackupCrn

      public String getBackupCrn()
      Getter for backupCrn. The CRN of the backup.
    • setBackupCrn

      public void setBackupCrn(String backupCrn)
      Setter for backupCrn. The CRN of the backup.
    • getNamespaceNames

      public List<String> getNamespaceNames()
      Getter for namespaceNames. A list of namespaces of the potential candidates for restore. If not set, all of the Data Warehouse namespaces within the backup CRN will be restored.
    • setNamespaceNames

      public void setNamespaceNames(List<String> namespaceNames)
      Setter for namespaceNames. A list of namespaces of the potential candidates for restore. If not set, all of the Data Warehouse namespaces within the backup CRN will be restored.
    • getRebuild

      public Boolean getRebuild()
      Getter for rebuild. Rebuilds the Database Catalogs, Cloudera Data Visualizations, Hive Virtual Warehouses and Impala Virtual Warehouses restored from the backup. This option cannot be used for automatic backups.
    • setRebuild

      public void setRebuild(Boolean rebuild)
      Setter for rebuild. Rebuilds the Database Catalogs, Cloudera Data Visualizations, Hive Virtual Warehouses and Impala Virtual Warehouses restored from the backup. This option cannot be used for automatic backups.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object