Class CreateContext
- java.lang.Object
-
- com.databricks.sdk.service.compute.CreateContext
-
@Generated public class CreateContext extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetClusterId()LanguagegetLanguage()inthashCode()CreateContextsetClusterId(String clusterId)CreateContextsetLanguage(Language language)StringtoString()
-
-
-
Method Detail
-
setClusterId
public CreateContext setClusterId(String clusterId)
-
getClusterId
public String getClusterId()
-
setLanguage
public CreateContext setLanguage(Language language)
-
getLanguage
public Language getLanguage()
-
-