Class MlInferenceIngestProcessorCount.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<MlInferenceIngestProcessorCount.Builder>
co.elastic.clients.elasticsearch.xpack.usage.MlInferenceIngestProcessorCount.Builder
- All Implemented Interfaces:
WithJson<MlInferenceIngestProcessorCount.Builder>,ObjectBuilder<MlInferenceIngestProcessorCount>
- Enclosing class:
- MlInferenceIngestProcessorCount
public static class MlInferenceIngestProcessorCount.Builder
extends WithJsonObjectBuilderBase<MlInferenceIngestProcessorCount.Builder>
implements ObjectBuilder<MlInferenceIngestProcessorCount>
Builder for
MlInferenceIngestProcessorCount.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aMlInferenceIngestProcessorCount.max(long value) Required - API name:maxmin(long value) Required - API name:minprotected MlInferenceIngestProcessorCount.Builderself()sum(long value) Required - API name:sumMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
max
Required - API name:max -
sum
Required - API name:sum -
min
Required - API name:min -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<MlInferenceIngestProcessorCount.Builder>
-
build
Builds aMlInferenceIngestProcessorCount.- Specified by:
buildin interfaceObjectBuilder<MlInferenceIngestProcessorCount>- Throws:
NullPointerException- if some of the required fields are null.
-