Class ScriptBase.AbstractBuilder<BuilderT extends ScriptBase.AbstractBuilder<BuilderT>>
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.ScriptBase.AbstractBuilder<BuilderT>
- Direct Known Subclasses:
InlineScript.Builder,StoredScriptId.Builder
- Enclosing class:
ScriptBase
public abstract static class ScriptBase.AbstractBuilder<BuilderT extends ScriptBase.AbstractBuilder<BuilderT>>
extends ObjectBuilderBase
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedprotected -
Method Summary
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAll
-
Constructor Details
-
AbstractBuilder
protected AbstractBuilder() -
AbstractBuilder
-
AbstractBuilder
-
-
Method Details
-
self
-
params
Specifies any named parameters that are passed into the script as variables. Use parameters instead of hard-coded values to decrease compilation time.API name:
paramsAdds all elements of
maptoparams. -
params
Specifies any named parameters that are passed into the script as variables. Use parameters instead of hard-coded values to decrease compilation time.API name:
paramsAdds an entry to
params.
-