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