Class GeoLinePoint.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.aggregations.GeoLinePoint.Builder
-
- All Implemented Interfaces:
ObjectBuilder<GeoLinePoint>
- Enclosing class:
- GeoLinePoint
public static class GeoLinePoint.Builder extends ObjectBuilderBase implements ObjectBuilder<GeoLinePoint>
Builder forGeoLinePoint.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoLinePointbuild()Builds aGeoLinePoint.GeoLinePoint.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 GeoLinePoint.Builder field(java.lang.String value)
Required - API name:field
-
build
public GeoLinePoint build()
Builds aGeoLinePoint.- Specified by:
buildin interfaceObjectBuilder<GeoLinePoint>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-