public class UpdateDataEngineConfigRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateDataEngineConfigRequest() |
UpdateDataEngineConfigRequest(UpdateDataEngineConfigRequest 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 User-defined result path
|
String |
getDataEngineConfigCommand()
Get Commands of engine configuration.
|
String[] |
getDataEngineIds()
Get Engine ID
|
Boolean |
getUseLakeFs()
Get Whether to use lakeFS as result storage
|
void |
setCustomResultPath(String CustomResultPath)
Set User-defined result path
|
void |
setDataEngineConfigCommand(String DataEngineConfigCommand)
Set Commands of engine configuration.
|
void |
setDataEngineIds(String[] DataEngineIds)
Set Engine ID
|
void |
setUseLakeFs(Boolean UseLakeFs)
Set Whether to use lakeFS as result storage
|
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 UpdateDataEngineConfigRequest()
public UpdateDataEngineConfigRequest(UpdateDataEngineConfigRequest source)
public String[] getDataEngineIds()
public void setDataEngineIds(String[] DataEngineIds)
DataEngineIds
- Engine IDpublic String getDataEngineConfigCommand()
public void setDataEngineConfigCommand(String DataEngineConfigCommand)
DataEngineConfigCommand
- Commands of engine configuration. UpdateSparkSQLLakefsPath (updates the configuration of the native table) and UpdateSparkSQLResultPath (updates the configuration of the result path) are supported.public Boolean getUseLakeFs()
public void setUseLakeFs(Boolean UseLakeFs)
UseLakeFs
- Whether to use lakeFS as result storagepublic String getCustomResultPath()
public void setCustomResultPath(String CustomResultPath)
CustomResultPath
- User-defined result pathCopyright © 2024. All rights reserved.