Class Script.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.Script.Builder
- All Implemented Interfaces:
ObjectBuilder<Script>
- Enclosing class:
Script
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inline
-
inline
-
stored
-
stored
public ObjectBuilder<Script> stored(Function<StoredScriptId.Builder, ObjectBuilder<StoredScriptId>> fn) -
build
- Specified by:
buildin interfaceObjectBuilder<Script>
-