Class QueryProfile.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<QueryProfile.Builder>
co.elastic.clients.elasticsearch.core.search.QueryProfile.Builder
- All Implemented Interfaces:
WithJson<QueryProfile.Builder>,ObjectBuilder<QueryProfile>
- Enclosing class:
- QueryProfile
public static class QueryProfile.Builder extends WithJsonObjectBuilderBase<QueryProfile.Builder> implements ObjectBuilder<QueryProfile>
Builder for
QueryProfile.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description QueryProfile.Builderbreakdown(QueryBreakdown value)Required - API name:breakdownQueryProfile.Builderbreakdown(java.util.function.Function<QueryBreakdown.Builder,ObjectBuilder<QueryBreakdown>> fn)Required - API name:breakdownQueryProfilebuild()Builds aQueryProfile.QueryProfile.Builderchildren(QueryProfile value, QueryProfile... values)API name:childrenQueryProfile.Builderchildren(java.util.function.Function<QueryProfile.Builder,ObjectBuilder<QueryProfile>> fn)API name:childrenQueryProfile.Builderchildren(java.util.List<QueryProfile> list)API name:childrenQueryProfile.Builderdescription(java.lang.String value)Required - API name:descriptionprotected QueryProfile.Builderself()QueryProfile.BuildertimeInNanos(long value)Required - API name:time_in_nanosQueryProfile.Buildertype(java.lang.String value)Required - API name:typeMethods 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
-
breakdown
Required - API name:breakdown -
breakdown
public final QueryProfile.Builder breakdown(java.util.function.Function<QueryBreakdown.Builder,ObjectBuilder<QueryBreakdown>> fn)Required - API name:breakdown -
description
Required - API name:description -
timeInNanos
Required - API name:time_in_nanos -
type
Required - API name:type -
children
API name:childrenAdds all elements of
listtochildren. -
children
API name:childrenAdds one or more values to
children. -
children
public final QueryProfile.Builder children(java.util.function.Function<QueryProfile.Builder,ObjectBuilder<QueryProfile>> fn)API name:childrenAdds a value to
childrenusing a builder lambda. -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<QueryProfile.Builder>
-
build
Builds aQueryProfile.- Specified by:
buildin interfaceObjectBuilder<QueryProfile>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-