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