Class SearchApplication.AbstractBuilder<BuilderT extends SearchApplication.AbstractBuilder<BuilderT>>
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch.search_application.SearchApplication.AbstractBuilder<BuilderT>
- All Implemented Interfaces:
WithJson<BuilderT>
- Direct Known Subclasses:
GetSearchApplicationResponse.Builder,SearchApplication.Builder
- Enclosing class:
- SearchApplication
public abstract static class SearchApplication.AbstractBuilder<BuilderT extends SearchApplication.AbstractBuilder<BuilderT>>
extends WithJsonObjectBuilderBase<BuilderT>
-
Constructor Summary
Constructors -
Method Summary
Modifier 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.final BuilderTRequired - Search Application name.protected abstract BuilderTself()final BuilderTSearch template to use on search operations.final BuilderTSearch template to use on search operations.final BuilderTupdatedAtMillis(long value) Required - Last time the Search Application was updated.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
-
AbstractBuilder
public AbstractBuilder()
-
-
Method Details
-
name
Required - Search Application name.API name:
name -
indices
Required - Indices that are part of the Search Application.API name:
indicesAdds all elements of
listtoindices. -
indices
Required - Indices that are part of the Search Application.API name:
indicesAdds one or more values to
indices. -
updatedAtMillis
Required - Last time the Search Application was updated.API name:
updated_at_millis -
analyticsCollectionName
Analytics collection associated to the Search Application.API name:
analytics_collection_name -
template
Search template to use on search operations.API name:
template -
template
public final BuilderT template(Function<SearchApplicationTemplate.Builder, ObjectBuilder<SearchApplicationTemplate>> fn) Search template to use on search operations.API name:
template -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<BuilderT extends SearchApplication.AbstractBuilder<BuilderT>>
-