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 引擎配置操作命令,UpdateSparkSQLLakefsPath 更新托管表路径,UpdateSparkSQLResultPath 更新结果桶路径
|
Boolean |
getUseLakeFs()
Get 是否使用托管存储作为结果存储
|
void |
setCustomResultPath(String CustomResultPath)
Set 用户自定义结果存储路径
|
void |
setDataEngineConfigCommand(String DataEngineConfigCommand)
Set 引擎配置操作命令,UpdateSparkSQLLakefsPath 更新托管表路径,UpdateSparkSQLResultPath 更新结果桶路径
|
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeUpdatableDataEnginesRequest()
public DescribeUpdatableDataEnginesRequest(DescribeUpdatableDataEnginesRequest source)
public String getDataEngineConfigCommand()
public void setDataEngineConfigCommand(String DataEngineConfigCommand)
DataEngineConfigCommand
- 引擎配置操作命令,UpdateSparkSQLLakefsPath 更新托管表路径,UpdateSparkSQLResultPath 更新结果桶路径public Boolean getUseLakeFs()
public void setUseLakeFs(Boolean UseLakeFs)
UseLakeFs
- 是否使用托管存储作为结果存储public String getCustomResultPath()
public void setCustomResultPath(String CustomResultPath)
CustomResultPath
- 用户自定义结果存储路径Copyright © 2024. All rights reserved.