Class GeoLinePoint.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<GeoLinePoint.Builder>
co.elastic.clients.elasticsearch._types.aggregations.GeoLinePoint.Builder
- All Implemented Interfaces:
WithJson<GeoLinePoint.Builder>,ObjectBuilder<GeoLinePoint>
- Enclosing class:
- GeoLinePoint
public static class GeoLinePoint.Builder
extends WithJsonObjectBuilderBase<GeoLinePoint.Builder>
implements ObjectBuilder<GeoLinePoint>
Builder for
GeoLinePoint.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aGeoLinePoint.final GeoLinePoint.BuilderRequired - The name of the geo_point field.protected GeoLinePoint.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
field
Required - The name of the geo_point field.API name:
field -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<GeoLinePoint.Builder>
-
build
Builds aGeoLinePoint.- Specified by:
buildin interfaceObjectBuilder<GeoLinePoint>- Throws:
NullPointerException- if some of the required fields are null.
-