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