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="2023-09-14T10:47:17.886-07:00") public class RestoreWorkspaceRequest extends Object
Request object for RestoreWorkspace method.
-
-
Constructor Summary
Constructors Constructor Description RestoreWorkspaceRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getBackupCrn()
Getter for backupCrn.CreateWorkspaceRequest
getNewWorkspaceParameters()
Getter for newWorkspaceParameters.Integer
getRestoreJobTimeoutMinutes()
Getter for restoreJobTimeoutMinutes.Boolean
getUseStaticSubdomain()
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.String
toString()
-
-
-
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.
-
-