Class FetchProfileBreakdown.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<FetchProfileBreakdown.Builder>
co.elastic.clients.elasticsearch.core.search.FetchProfileBreakdown.Builder
- All Implemented Interfaces:
WithJson<FetchProfileBreakdown.Builder>,ObjectBuilder<FetchProfileBreakdown>
- Enclosing class:
- FetchProfileBreakdown
public static class FetchProfileBreakdown.Builder
extends WithJsonObjectBuilderBase<FetchProfileBreakdown.Builder>
implements ObjectBuilder<FetchProfileBreakdown>
Builder for
FetchProfileBreakdown.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aFetchProfileBreakdown.loadSource(Integer value) API name:load_sourceloadSourceCount(Integer value) API name:load_source_countloadStoredFields(Integer value) API name:load_stored_fieldsloadStoredFieldsCount(Integer value) API name:load_stored_fields_countnextReader(Integer value) API name:next_readernextReaderCount(Integer value) API name:next_reader_countAPI name:processprocessCount(Integer value) API name:process_countprotected FetchProfileBreakdown.Builderself()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
-
loadSource
API name:load_source -
loadSourceCount
API name:load_source_count -
loadStoredFields
API name:load_stored_fields -
loadStoredFieldsCount
API name:load_stored_fields_count -
nextReader
API name:next_reader -
nextReaderCount
API name:next_reader_count -
processCount
API name:process_count -
process
API name:process -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<FetchProfileBreakdown.Builder>
-
build
Builds aFetchProfileBreakdown.- Specified by:
buildin interfaceObjectBuilder<FetchProfileBreakdown>- Throws:
NullPointerException- if some of the required fields are null.
-