Class HdrMethod.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch._types.aggregations.HdrMethod.Builder
- All Implemented Interfaces:
ObjectBuilder<HdrMethod>
- Enclosing class:
- HdrMethod
public static class HdrMethod.Builder extends ObjectBuilderBase implements ObjectBuilder<HdrMethod>
Builder for
HdrMethod.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description HdrMethodbuild()Builds aHdrMethod.HdrMethod.BuildernumberOfSignificantValueDigits(java.lang.Integer value)API name:number_of_significant_value_digitsMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
numberOfSignificantValueDigits
API name:number_of_significant_value_digits -
build
Builds aHdrMethod.- Specified by:
buildin interfaceObjectBuilder<HdrMethod>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-