Class HdrMethod.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.aggregations.HdrMethod.Builder
-
- All Implemented Interfaces:
ObjectBuilder<HdrMethod>
- Enclosing class:
- HdrMethod
public static class HdrMethod.Builder extends ObjectBuilderBase implements ObjectBuilder<HdrMethod>
Builder forHdrMethod.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HdrMethodbuild()Builds aHdrMethod.HdrMethod.BuildernumberOfSignificantValueDigits(java.lang.Integer value)API name:number_of_significant_value_digits-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
numberOfSignificantValueDigits
public final HdrMethod.Builder numberOfSignificantValueDigits(@Nullable java.lang.Integer value)
API name:number_of_significant_value_digits
-
build
public HdrMethod build()
Builds aHdrMethod.- Specified by:
buildin interfaceObjectBuilder<HdrMethod>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-