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 Constructor Description Builder() -
Method Summary
Modifier and Type Method Description FetchProfileBreakdownbuild()Builds aFetchProfileBreakdown.FetchProfileBreakdown.BuilderloadStoredFields(java.lang.Integer value)API name:load_stored_fieldsFetchProfileBreakdown.BuilderloadStoredFieldsCount(java.lang.Integer value)API name:load_stored_fields_countFetchProfileBreakdown.BuildernextReader(java.lang.Integer value)API name:next_readerFetchProfileBreakdown.BuildernextReaderCount(java.lang.Integer value)API name:next_reader_countFetchProfileBreakdown.Builderprocess(java.lang.Integer value)API name:processFetchProfileBreakdown.BuilderprocessCount(java.lang.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, _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
-
loadStoredFields
API name:load_stored_fields -
loadStoredFieldsCount
public final FetchProfileBreakdown.Builder loadStoredFieldsCount(@Nullable java.lang.Integer value)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:
java.lang.NullPointerException- if some of the required fields are null.
-