Class PipelineCluster
- java.lang.Object
-
- com.databricks.sdk.service.pipelines.PipelineCluster
-
@Generated public class PipelineCluster extends Object
-
-
Constructor Summary
Constructors Constructor Description PipelineCluster()
-
Method Summary
-
-
-
Method Detail
-
setApplyPolicyDefaultValues
public PipelineCluster setApplyPolicyDefaultValues(Boolean applyPolicyDefaultValues)
-
getApplyPolicyDefaultValues
public Boolean getApplyPolicyDefaultValues()
-
setAutoscale
public PipelineCluster setAutoscale(AutoScale autoscale)
-
getAutoscale
public AutoScale getAutoscale()
-
setAwsAttributes
public PipelineCluster setAwsAttributes(AwsAttributes awsAttributes)
-
getAwsAttributes
public AwsAttributes getAwsAttributes()
-
setAzureAttributes
public PipelineCluster setAzureAttributes(AzureAttributes azureAttributes)
-
getAzureAttributes
public AzureAttributes getAzureAttributes()
-
setClusterLogConf
public PipelineCluster setClusterLogConf(ClusterLogConf clusterLogConf)
-
getClusterLogConf
public ClusterLogConf getClusterLogConf()
-
setCustomTags
public PipelineCluster setCustomTags(Map<String,String> customTags)
-
setDriverInstancePoolId
public PipelineCluster setDriverInstancePoolId(String driverInstancePoolId)
-
getDriverInstancePoolId
public String getDriverInstancePoolId()
-
setDriverNodeTypeId
public PipelineCluster setDriverNodeTypeId(String driverNodeTypeId)
-
getDriverNodeTypeId
public String getDriverNodeTypeId()
-
setGcpAttributes
public PipelineCluster setGcpAttributes(GcpAttributes gcpAttributes)
-
getGcpAttributes
public GcpAttributes getGcpAttributes()
-
setInstancePoolId
public PipelineCluster setInstancePoolId(String instancePoolId)
-
getInstancePoolId
public String getInstancePoolId()
-
setLabel
public PipelineCluster setLabel(String label)
-
getLabel
public String getLabel()
-
setNodeTypeId
public PipelineCluster setNodeTypeId(String nodeTypeId)
-
getNodeTypeId
public String getNodeTypeId()
-
setNumWorkers
public PipelineCluster setNumWorkers(Long numWorkers)
-
getNumWorkers
public Long getNumWorkers()
-
setPolicyId
public PipelineCluster setPolicyId(String policyId)
-
getPolicyId
public String getPolicyId()
-
setSparkConf
public PipelineCluster setSparkConf(Map<String,String> sparkConf)
-
setSparkEnvVars
public PipelineCluster setSparkEnvVars(Map<String,String> sparkEnvVars)
-
setSshPublicKeys
public PipelineCluster setSshPublicKeys(Collection<String> sshPublicKeys)
-
getSshPublicKeys
public Collection<String> getSshPublicKeys()
-
-