Class GoogleNormalizedDistanceHeuristic.Builder
java.lang.Object
org.opensearch.client.opensearch._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.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.client.util.ObjectBuilder
ObjectBuilder.Constant<V> -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description GoogleNormalizedDistanceHeuristic.BuilderbackgroundIsSuperset(java.lang.Boolean value)API name:background_is_supersetGoogleNormalizedDistanceHeuristicbuild()Builds aGoogleNormalizedDistanceHeuristic.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
backgroundIsSuperset
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.
-