public class DescribeUpdatableDataEnginesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeUpdatableDataEnginesRequest() |
DescribeUpdatableDataEnginesRequest(DescribeUpdatableDataEnginesRequest 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 |
getCustomResultPath()
Get
|
String |
getDataEngineConfigCommand()
Get Operation commands of engine configuration.
|
Boolean |
getUseLakeFs()
Get
|
void |
setCustomResultPath(String CustomResultPath)
Set
|
void |
setDataEngineConfigCommand(String DataEngineConfigCommand)
Set Operation commands of engine configuration.
|
void |
setUseLakeFs(Boolean UseLakeFs)
Set
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeUpdatableDataEnginesRequest()
public DescribeUpdatableDataEnginesRequest(DescribeUpdatableDataEnginesRequest source)
public String getDataEngineConfigCommand()
public void setDataEngineConfigCommand(String DataEngineConfigCommand)
DataEngineConfigCommand
- Operation commands of engine configuration. UpdateSparkSQLLakefsPath updates the path of managed tables, and UpdateSparkSQLResultPath updates the path of result buckets.public Boolean getUseLakeFs()
public void setUseLakeFs(Boolean UseLakeFs)
UseLakeFs
- public String getCustomResultPath()
public void setCustomResultPath(String CustomResultPath)
CustomResultPath
- Copyright © 2024. All rights reserved.