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 Constructor Description Builder() -
Method Summary
Modifier and Type Method Description TemplateConfigbuild()Builds aTemplateConfig.TemplateConfig.Builderexplain(java.lang.Boolean value)API name:explainTemplateConfig.Builderid(java.lang.String value)ID of the search template to use.TemplateConfig.Builderparams(java.lang.String key, JsonData value)API name:paramsTemplateConfig.Builderparams(java.util.Map<java.lang.String,JsonData> map)API name:paramsTemplateConfig.Builderprofile(java.lang.Boolean value)API name:profileprotected TemplateConfig.Builderself()TemplateConfig.Buildersource(java.lang.String value)An 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, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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:
java.lang.NullPointerException- if some of the required fields are null.
-