Class GoogleNormalizedDistanceHeuristic.Builder
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.GoogleNormalizedDistanceHeuristic.Builder
- All Implemented Interfaces:
ObjectBuilder<GoogleNormalizedDistanceHeuristic>
- Enclosing class:
- GoogleNormalizedDistanceHeuristic
public static class GoogleNormalizedDistanceHeuristic.Builder extends java.lang.Object implements ObjectBuilder<GoogleNormalizedDistanceHeuristic>
Builder for
GoogleNormalizedDistanceHeuristic.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description GoogleNormalizedDistanceHeuristic.BuilderbackgroundIsSuperset(boolean value)Required - API name:background_is_supersetGoogleNormalizedDistanceHeuristicbuild()Builds aGoogleNormalizedDistanceHeuristic.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
backgroundIsSuperset
Required - API name:background_is_superset -
build
Builds aGoogleNormalizedDistanceHeuristic.- Specified by:
buildin interfaceObjectBuilder<GoogleNormalizedDistanceHeuristic>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-