Package com.databricks.sdk.service.jobs
Class JobCluster
- java.lang.Object
-
- com.databricks.sdk.service.jobs.JobCluster
-
@Generated public class JobCluster extends Object
-
-
Constructor Summary
Constructors Constructor Description JobCluster()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetJobClusterKey()ClusterSpecgetNewCluster()inthashCode()JobClustersetJobClusterKey(String jobClusterKey)JobClustersetNewCluster(ClusterSpec newCluster)StringtoString()
-
-
-
Method Detail
-
setJobClusterKey
public JobCluster setJobClusterKey(String jobClusterKey)
-
getJobClusterKey
public String getJobClusterKey()
-
setNewCluster
public JobCluster setNewCluster(ClusterSpec newCluster)
-
getNewCluster
public ClusterSpec getNewCluster()
-
-