Class QueryProfile.Builder
java.lang.Object
co.elastic.clients.elasticsearch.core.search.QueryProfile.Builder
- All Implemented Interfaces:
ObjectBuilder<QueryProfile>
- Enclosing class:
- QueryProfile
public static class QueryProfile.Builder extends java.lang.Object implements ObjectBuilder<QueryProfile>
Builder for
QueryProfile.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description QueryProfile.BuilderaddChildren(QueryProfile value)Add a value tochildren(List), creating the list if needed.QueryProfile.BuilderaddChildren(java.util.function.Function<QueryProfile.Builder,ObjectBuilder<QueryProfile>> fn)Add a value tochildren(List), creating the list if needed.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)API name:childrenQueryProfile.Builderchildren(java.util.function.Function<QueryProfile.Builder,ObjectBuilder<QueryProfile>> fn)Setchildren(List)to a singleton list.QueryProfile.Builderchildren(java.util.List<QueryProfile> value)API name:childrenQueryProfile.Builderdescription(java.lang.String value)Required - API name:descriptionQueryProfile.BuildertimeInNanos(long value)Required - API name:time_in_nanosQueryProfile.Buildertype(java.lang.String value)Required - API name:typeMethods 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 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:children -
children
API name:children -
addChildren
Add a value tochildren(List), creating the list if needed. -
children
public QueryProfile.Builder children(java.util.function.Function<QueryProfile.Builder,ObjectBuilder<QueryProfile>> fn)Setchildren(List)to a singleton list. -
addChildren
public QueryProfile.Builder addChildren(java.util.function.Function<QueryProfile.Builder,ObjectBuilder<QueryProfile>> fn)Add a value tochildren(List), creating the list if needed. -
build
Builds aQueryProfile.- Specified by:
buildin interfaceObjectBuilder<QueryProfile>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-