Class SearchApplicationParameters.AbstractBuilder<BuilderT extends SearchApplicationParameters.AbstractBuilder<BuilderT>>
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch.search_application.SearchApplicationParameters.AbstractBuilder<BuilderT>
- All Implemented Interfaces:
- WithJson<BuilderT>
- Direct Known Subclasses:
- SearchApplication.AbstractBuilder,- SearchApplicationParameters.Builder
- Enclosing class:
- SearchApplicationParameters
public abstract static class SearchApplicationParameters.AbstractBuilder<BuilderT extends SearchApplicationParameters.AbstractBuilder<BuilderT>>
extends WithJsonObjectBuilderBase<BuilderT>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal BuilderTanalyticsCollectionName(String value) Analytics collection associated to the Search Application.final BuilderTRequired - Indices that are part of the Search Application.final BuilderTRequired - Indices that are part of the Search Application.protected abstract BuilderTself()final BuilderTSearch template to use on search operations.final BuilderTSearch template to use on search operations.Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBasewithJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
- 
Constructor Details- 
AbstractBuilderpublic AbstractBuilder()
 
- 
- 
Method Details- 
indicesRequired - Indices that are part of the Search Application.API name: indicesAdds all elements of listtoindices.
- 
indicesRequired - Indices that are part of the Search Application.API name: indicesAdds one or more values to indices.
- 
analyticsCollectionNameAnalytics collection associated to the Search Application.API name: analytics_collection_name
- 
templateSearch template to use on search operations.API name: template
- 
templatepublic final BuilderT template(Function<SearchApplicationTemplate.Builder, ObjectBuilder<SearchApplicationTemplate>> fn) Search template to use on search operations.API name: template
- 
self- Specified by:
- selfin class- WithJsonObjectBuilderBase<BuilderT extends SearchApplicationParameters.AbstractBuilder<BuilderT>>
 
 
-