Class BaseClusterInfo
- java.lang.Object
-
- com.databricks.sdk.service.compute.BaseClusterInfo
-
@Generated public class BaseClusterInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description BaseClusterInfo()
-
Method Summary
-
-
-
Method Detail
-
setAutoscale
public BaseClusterInfo setAutoscale(AutoScale autoscale)
-
getAutoscale
public AutoScale getAutoscale()
-
setAutoterminationMinutes
public BaseClusterInfo setAutoterminationMinutes(Long autoterminationMinutes)
-
getAutoterminationMinutes
public Long getAutoterminationMinutes()
-
setAwsAttributes
public BaseClusterInfo setAwsAttributes(AwsAttributes awsAttributes)
-
getAwsAttributes
public AwsAttributes getAwsAttributes()
-
setAzureAttributes
public BaseClusterInfo setAzureAttributes(AzureAttributes azureAttributes)
-
getAzureAttributes
public AzureAttributes getAzureAttributes()
-
setClusterLogConf
public BaseClusterInfo setClusterLogConf(ClusterLogConf clusterLogConf)
-
getClusterLogConf
public ClusterLogConf getClusterLogConf()
-
setClusterName
public BaseClusterInfo setClusterName(String clusterName)
-
getClusterName
public String getClusterName()
-
setClusterSource
public BaseClusterInfo setClusterSource(ClusterSource clusterSource)
-
getClusterSource
public ClusterSource getClusterSource()
-
setCustomTags
public BaseClusterInfo setCustomTags(Map<String,String> customTags)
-
setDriverInstancePoolId
public BaseClusterInfo setDriverInstancePoolId(String driverInstancePoolId)
-
getDriverInstancePoolId
public String getDriverInstancePoolId()
-
setDriverNodeTypeId
public BaseClusterInfo setDriverNodeTypeId(String driverNodeTypeId)
-
getDriverNodeTypeId
public String getDriverNodeTypeId()
-
setEnableElasticDisk
public BaseClusterInfo setEnableElasticDisk(Boolean enableElasticDisk)
-
getEnableElasticDisk
public Boolean getEnableElasticDisk()
-
setEnableLocalDiskEncryption
public BaseClusterInfo setEnableLocalDiskEncryption(Boolean enableLocalDiskEncryption)
-
getEnableLocalDiskEncryption
public Boolean getEnableLocalDiskEncryption()
-
setGcpAttributes
public BaseClusterInfo setGcpAttributes(GcpAttributes gcpAttributes)
-
getGcpAttributes
public GcpAttributes getGcpAttributes()
-
setInstancePoolId
public BaseClusterInfo setInstancePoolId(String instancePoolId)
-
getInstancePoolId
public String getInstancePoolId()
-
setNodeTypeId
public BaseClusterInfo setNodeTypeId(String nodeTypeId)
-
getNodeTypeId
public String getNodeTypeId()
-
setNumWorkers
public BaseClusterInfo setNumWorkers(Long numWorkers)
-
getNumWorkers
public Long getNumWorkers()
-
setPolicyId
public BaseClusterInfo setPolicyId(String policyId)
-
getPolicyId
public String getPolicyId()
-
setRuntimeEngine
public BaseClusterInfo setRuntimeEngine(RuntimeEngine runtimeEngine)
-
getRuntimeEngine
public RuntimeEngine getRuntimeEngine()
-
setSparkConf
public BaseClusterInfo setSparkConf(Map<String,String> sparkConf)
-
setSparkEnvVars
public BaseClusterInfo setSparkEnvVars(Map<String,String> sparkEnvVars)
-
setSparkVersion
public BaseClusterInfo setSparkVersion(String sparkVersion)
-
getSparkVersion
public String getSparkVersion()
-
setSshPublicKeys
public BaseClusterInfo setSshPublicKeys(Collection<String> sshPublicKeys)
-
getSshPublicKeys
public Collection<String> getSshPublicKeys()
-
setWorkloadType
public BaseClusterInfo setWorkloadType(WorkloadType workloadType)
-
getWorkloadType
public WorkloadType getWorkloadType()
-
-