Package com.databricks.sdk.service.sql
Class CreateWarehouseRequest
- java.lang.Object
-
- com.databricks.sdk.service.sql.CreateWarehouseRequest
-
@Generated public class CreateWarehouseRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateWarehouseRequest()
-
Method Summary
-
-
-
Method Detail
-
setAutoStopMins
public CreateWarehouseRequest setAutoStopMins(Long autoStopMins)
-
getAutoStopMins
public Long getAutoStopMins()
-
setChannel
public CreateWarehouseRequest setChannel(Channel channel)
-
getChannel
public Channel getChannel()
-
setClusterSize
public CreateWarehouseRequest setClusterSize(String clusterSize)
-
getClusterSize
public String getClusterSize()
-
setCreatorName
public CreateWarehouseRequest setCreatorName(String creatorName)
-
getCreatorName
public String getCreatorName()
-
setEnablePhoton
public CreateWarehouseRequest setEnablePhoton(Boolean enablePhoton)
-
getEnablePhoton
public Boolean getEnablePhoton()
-
setEnableServerlessCompute
public CreateWarehouseRequest setEnableServerlessCompute(Boolean enableServerlessCompute)
-
getEnableServerlessCompute
public Boolean getEnableServerlessCompute()
-
setInstanceProfileArn
public CreateWarehouseRequest setInstanceProfileArn(String instanceProfileArn)
-
getInstanceProfileArn
public String getInstanceProfileArn()
-
setMaxNumClusters
public CreateWarehouseRequest setMaxNumClusters(Long maxNumClusters)
-
getMaxNumClusters
public Long getMaxNumClusters()
-
setMinNumClusters
public CreateWarehouseRequest setMinNumClusters(Long minNumClusters)
-
getMinNumClusters
public Long getMinNumClusters()
-
setName
public CreateWarehouseRequest setName(String name)
-
getName
public String getName()
-
setSpotInstancePolicy
public CreateWarehouseRequest setSpotInstancePolicy(SpotInstancePolicy spotInstancePolicy)
-
getSpotInstancePolicy
public SpotInstancePolicy getSpotInstancePolicy()
-
setTags
public CreateWarehouseRequest setTags(EndpointTags tags)
-
getTags
public EndpointTags getTags()
-
setWarehouseType
public CreateWarehouseRequest setWarehouseType(CreateWarehouseRequestWarehouseType warehouseType)
-
getWarehouseType
public CreateWarehouseRequestWarehouseType getWarehouseType()
-
-