public class SceneSoftwareConfig extends AbstractModel
Constructor and Description |
---|
SceneSoftwareConfig() |
SceneSoftwareConfig(SceneSoftwareConfig source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getSceneName()
Get The scenario name, which defaults to `Hadoop-Default`.
|
String[] |
getSoftware()
Get The list of deployed components.
|
void |
setSceneName(String SceneName)
Set The scenario name, which defaults to `Hadoop-Default`.
|
void |
setSoftware(String[] Software)
Set The list of deployed components.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SceneSoftwareConfig()
public SceneSoftwareConfig(SceneSoftwareConfig source)
public String[] getSoftware()
public void setSoftware(String[] Software)
Software
- The list of deployed components. The list of component options varies by `ProductVersion` (EMR version). For more information, see [Component Version](https://intl.cloud.tencent.com/document/product/589/20279?from_cn_redirect=1).
The instance type, `hive` or `flink`.public String getSceneName()
public void setSceneName(String SceneName)
SceneName
- The scenario name, which defaults to `Hadoop-Default`. For more details, see [here](https://intl.cloud.tencent.com/document/product/589/14624?from_cn_redirect=1). Valid values:
Hadoop-Kudu
Hadoop-Zookeeper
Hadoop-Presto
Hadoop-Hbase
Hadoop-DefaultCopyright © 2023. All rights reserved.