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="2024-09-27T08:40:25.791-07:00")
public class RestoreWorkspaceRequest
extends Object
Request object for RestoreWorkspace method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for backupCrn.Getter for newWorkspaceParameters.Getter for restoreJobTimeoutMinutes.Getter for useStaticSubdomain.int
hashCode()
void
setBackupCrn
(String backupCrn) Setter for backupCrn.void
setNewWorkspaceParameters
(CreateWorkspaceRequest newWorkspaceParameters) Setter for newWorkspaceParameters.void
setRestoreJobTimeoutMinutes
(Integer restoreJobTimeoutMinutes) Setter for restoreJobTimeoutMinutes.void
setUseStaticSubdomain
(Boolean useStaticSubdomain) Setter for useStaticSubdomain.toString()
-
Constructor Details
-
RestoreWorkspaceRequest
public RestoreWorkspaceRequest()
-
-
Method Details
-
getNewWorkspaceParameters
Getter for newWorkspaceParameters. The parameters required for a new Cloudera Machine Learning workspace. -
setNewWorkspaceParameters
Setter for newWorkspaceParameters. The parameters required for a new Cloudera Machine Learning workspace. -
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
-