Class BucketsPath.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.aggregations.BucketsPath.Builder
-
- All Implemented Interfaces:
ObjectBuilder<BucketsPath>
- Enclosing class:
- BucketsPath
public static class BucketsPath.Builder extends ObjectBuilderBase implements ObjectBuilder<BucketsPath>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectBuilder<BucketsPath>array(java.util.List<java.lang.String> v)BucketsPathbuild()ObjectBuilder<BucketsPath>dict(java.util.Map<java.lang.String,java.lang.String> v)ObjectBuilder<BucketsPath>single(java.lang.String v)-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
array
public ObjectBuilder<BucketsPath> array(java.util.List<java.lang.String> v)
-
dict
public ObjectBuilder<BucketsPath> dict(java.util.Map<java.lang.String,java.lang.String> v)
-
single
public ObjectBuilder<BucketsPath> single(java.lang.String v)
-
build
public BucketsPath build()
- Specified by:
buildin interfaceObjectBuilder<BucketsPath>
-
-