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