Package com.cloudera.cdp.ml.model
Class RestoreWorkspaceRequest
java.lang.Object
com.cloudera.cdp.ml.model.RestoreWorkspaceRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:27.700-07:00")
public class RestoreWorkspaceRequest
extends Object
Request object for RestoreWorkspace method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for backupCrn.Getter for newWorkspaceParameters.Getter for restoreJobTimeoutMinutes.Getter for useStaticSubdomain.inthashCode()voidsetBackupCrn(String backupCrn) Setter for backupCrn.voidsetNewWorkspaceParameters(CreateWorkspaceRequest newWorkspaceParameters) Setter for newWorkspaceParameters.voidsetRestoreJobTimeoutMinutes(Integer restoreJobTimeoutMinutes) Setter for restoreJobTimeoutMinutes.voidsetUseStaticSubdomain(Boolean useStaticSubdomain) Setter for useStaticSubdomain.toString()
-
Constructor Details
-
RestoreWorkspaceRequest
public RestoreWorkspaceRequest()
-
-
Method Details
-
getNewWorkspaceParameters
Getter for newWorkspaceParameters. The parameters required for a new Cloudera AI workbench. -
setNewWorkspaceParameters
Setter for newWorkspaceParameters. The parameters required for a new Cloudera AI workbench. -
getBackupCrn
Getter for backupCrn. The CRN of the backup snapshot to used for restoring. -
setBackupCrn
Setter for backupCrn. The CRN of the backup snapshot to used for restoring. -
getUseStaticSubdomain
Getter for useStaticSubdomain. A boolean value to check if subdomain must be used or not. -
setUseStaticSubdomain
Setter for useStaticSubdomain. A boolean value to check if subdomain must be used or not. -
getRestoreJobTimeoutMinutes
Getter for restoreJobTimeoutMinutes. The timeout to restore the backup snapshots, in minutes. -
setRestoreJobTimeoutMinutes
Setter for restoreJobTimeoutMinutes. The timeout to restore the backup snapshots, in minutes. -
equals
-
hashCode
public int hashCode() -
toString
-