Class FetchProfileBreakdown.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch.core.search.FetchProfileBreakdown.Builder
- All Implemented Interfaces:
CopyableBuilder<FetchProfileBreakdown.Builder,,FetchProfileBreakdown> MutableBuilder<FetchProfileBreakdown.Builder,,FetchProfileBreakdown> ObjectBuilder<FetchProfileBreakdown>
- Enclosing class:
FetchProfileBreakdown
public static class FetchProfileBreakdown.Builder
extends ObjectBuilderBase
implements CopyableBuilder<FetchProfileBreakdown.Builder,FetchProfileBreakdown>
Builder for
FetchProfileBreakdown.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aFetchProfileBreakdown.copy()Create a new builderCopyableBuilderthat is a copy of this one.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_countMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.MutableBuilder
applyMutation
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
copy
Description copied from interface:CopyableBuilderCreate a new builderCopyableBuilderthat is a copy of this one.- Specified by:
copyin interfaceCopyableBuilder<FetchProfileBreakdown.Builder,FetchProfileBreakdown> - Returns:
- a new builder instance.
-
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 -
process
API name:process -
processCount
API name:process_count -
build
Builds aFetchProfileBreakdown.- Specified by:
buildin interfaceObjectBuilder<FetchProfileBreakdown>- Throws:
NullPointerException- if some of the required fields are null.
-