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