Class GeoLineSort.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.aggregations.GeoLineSort.Builder
-
- All Implemented Interfaces:
ObjectBuilder<GeoLineSort>
- Enclosing class:
- GeoLineSort
public static class GeoLineSort.Builder extends ObjectBuilderBase implements ObjectBuilder<GeoLineSort>
Builder forGeoLineSort.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoLineSortbuild()Builds aGeoLineSort.GeoLineSort.Builderfield(java.lang.String value)Required - API name:field-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
field
public final GeoLineSort.Builder field(java.lang.String value)
Required - API name:field
-
build
public GeoLineSort build()
Builds aGeoLineSort.- Specified by:
buildin interfaceObjectBuilder<GeoLineSort>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-