Class GoogleNormalizedDistanceHeuristic.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.aggregations.GoogleNormalizedDistanceHeuristic.Builder
-
- All Implemented Interfaces:
ObjectBuilder<GoogleNormalizedDistanceHeuristic>
- Enclosing class:
- GoogleNormalizedDistanceHeuristic
public static class GoogleNormalizedDistanceHeuristic.Builder extends ObjectBuilderBase implements ObjectBuilder<GoogleNormalizedDistanceHeuristic>
Builder forGoogleNormalizedDistanceHeuristic.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GoogleNormalizedDistanceHeuristic.BuilderbackgroundIsSuperset(java.lang.Boolean value)API name:background_is_supersetGoogleNormalizedDistanceHeuristicbuild()Builds aGoogleNormalizedDistanceHeuristic.-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
backgroundIsSuperset
public final GoogleNormalizedDistanceHeuristic.Builder backgroundIsSuperset(@Nullable java.lang.Boolean value)
API name:background_is_superset
-
build
public GoogleNormalizedDistanceHeuristic build()
Builds aGoogleNormalizedDistanceHeuristic.- Specified by:
buildin interfaceObjectBuilder<GoogleNormalizedDistanceHeuristic>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-