Class TemplateConfig.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<TemplateConfig.Builder>
co.elastic.clients.elasticsearch.core.msearch_template.TemplateConfig.Builder
- All Implemented Interfaces:
WithJson<TemplateConfig.Builder>,ObjectBuilder<TemplateConfig>
- Enclosing class:
- TemplateConfig
public static class TemplateConfig.Builder
extends WithJsonObjectBuilderBase<TemplateConfig.Builder>
implements ObjectBuilder<TemplateConfig>
Builder for
TemplateConfig.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aTemplateConfig.final TemplateConfig.BuilderAPI name:explainfinal TemplateConfig.BuilderID of the search template to use.final TemplateConfig.BuilderAPI name:paramsfinal TemplateConfig.BuilderAPI name:paramsfinal TemplateConfig.BuilderAPI name:profileprotected TemplateConfig.Builderself()final TemplateConfig.BuilderAn inline search template.Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
explain
API name:explain -
id
ID of the search template to use. If no source is specified, this parameter is required.API name:
id -
params
API name:paramsAdds all entries of
maptoparams. -
params
API name:paramsAdds an entry to
params. -
profile
API name:profile -
source
An inline search template. Supports the same parameters as the search API's request body. Also supports Mustache variables. If no id is specified, this parameter is required.API name:
source -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<TemplateConfig.Builder>
-
build
Builds aTemplateConfig.- Specified by:
buildin interfaceObjectBuilder<TemplateConfig>- Throws:
NullPointerException- if some of the required fields are null.
-