Class RestoreWorkspaceRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.678-07:00")
    public class RestoreWorkspaceRequest
    extends Object
    Request object for RestoreWorkspace method.
    • Constructor Detail

      • RestoreWorkspaceRequest

        public RestoreWorkspaceRequest()
    • Method Detail

      • getNewWorkspaceParameters

        public CreateWorkspaceRequest getNewWorkspaceParameters()
        Getter for newWorkspaceParameters. The parameters required for a new Cloudera Machine Learning workspace.
      • setNewWorkspaceParameters

        public void setNewWorkspaceParameters​(CreateWorkspaceRequest newWorkspaceParameters)
        Setter for newWorkspaceParameters. The parameters required for a new Cloudera Machine Learning workspace.
      • getBackupCrn

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

        public void setBackupCrn​(String backupCrn)
        Setter for backupCrn. The CRN of the backup snapshot to used for restoring.
      • getUseStaticSubdomain

        public Boolean getUseStaticSubdomain()
        Getter for useStaticSubdomain. A boolean value to check if subdomain must be used or not.
      • setUseStaticSubdomain

        public void setUseStaticSubdomain​(Boolean useStaticSubdomain)
        Setter for useStaticSubdomain. A boolean value to check if subdomain must be used or not.
      • getRestoreJobTimeoutMinutes

        public Integer getRestoreJobTimeoutMinutes()
        Getter for restoreJobTimeoutMinutes. The timeout to restore the backup snapshots, in minutes.
      • setRestoreJobTimeoutMinutes

        public void setRestoreJobTimeoutMinutes​(Integer restoreJobTimeoutMinutes)
        Setter for restoreJobTimeoutMinutes. The timeout to restore the backup snapshots, in minutes.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object