Class GeoHashGridBucket.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.aggregations.MultiBucketBase.AbstractBuilder<GeoHashGridBucket.Builder>
-
- org.opensearch.client.opensearch._types.aggregations.GeoHashGridBucket.Builder
-
- All Implemented Interfaces:
ObjectBuilder<GeoHashGridBucket>
- Enclosing class:
- GeoHashGridBucket
public static class GeoHashGridBucket.Builder extends MultiBucketBase.AbstractBuilder<GeoHashGridBucket.Builder> implements ObjectBuilder<GeoHashGridBucket>
Builder forGeoHashGridBucket.
-
-
Field Summary
-
Fields inherited from class org.opensearch.client.opensearch._types.aggregations.MultiBucketBase.AbstractBuilder
aggregations
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoHashGridBucketbuild()Builds aGeoHashGridBucket.GeoHashGridBucket.Builderkey(java.lang.String value)Required - API name:keyprotected GeoHashGridBucket.Builderself()-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.MultiBucketBase.AbstractBuilder
aggregations, aggregations, aggregations, docCount
-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
key
public final GeoHashGridBucket.Builder key(java.lang.String value)
Required - API name:key
-
self
protected GeoHashGridBucket.Builder self()
- Specified by:
selfin classMultiBucketBase.AbstractBuilder<GeoHashGridBucket.Builder>
-
build
public GeoHashGridBucket build()
Builds aGeoHashGridBucket.- Specified by:
buildin interfaceObjectBuilder<GeoHashGridBucket>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-