Class StartCluster
- java.lang.Object
-
- com.databricks.sdk.service.compute.StartCluster
-
@Generated public class StartCluster extends Object
-
-
Constructor Summary
Constructors Constructor Description StartCluster()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getClusterId()
int
hashCode()
StartCluster
setClusterId(String clusterId)
String
toString()
-
-
-
Method Detail
-
setClusterId
public StartCluster setClusterId(String clusterId)
-
getClusterId
public String getClusterId()
-
-