Class CreateMetastore
- java.lang.Object
-
- com.databricks.sdk.service.catalog.CreateMetastore
-
@Generated public class CreateMetastore extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateMetastore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()StringgetRegion()StringgetStorageRoot()inthashCode()CreateMetastoresetName(String name)CreateMetastoresetRegion(String region)CreateMetastoresetStorageRoot(String storageRoot)StringtoString()
-
-
-
Method Detail
-
setName
public CreateMetastore setName(String name)
-
getName
public String getName()
-
setRegion
public CreateMetastore setRegion(String region)
-
getRegion
public String getRegion()
-
setStorageRoot
public CreateMetastore setStorageRoot(String storageRoot)
-
getStorageRoot
public String getStorageRoot()
-
-