Class DataframeAnalysisFeatureProcessorMultiEncoding.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<DataframeAnalysisFeatureProcessorMultiEncoding.Builder>
co.elastic.clients.elasticsearch.ml.DataframeAnalysisFeatureProcessorMultiEncoding.Builder
- All Implemented Interfaces:
WithJson<DataframeAnalysisFeatureProcessorMultiEncoding.Builder>
,ObjectBuilder<DataframeAnalysisFeatureProcessorMultiEncoding>
- Enclosing class:
- DataframeAnalysisFeatureProcessorMultiEncoding
public static class DataframeAnalysisFeatureProcessorMultiEncoding.Builder
extends WithJsonObjectBuilderBase<DataframeAnalysisFeatureProcessorMultiEncoding.Builder>
implements ObjectBuilder<DataframeAnalysisFeatureProcessorMultiEncoding>
Builder for
DataframeAnalysisFeatureProcessorMultiEncoding
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
processors
(Integer value, Integer... values) Required - The ordered array of custom processors to execute.processors
(List<Integer> list) Required - The ordered array of custom processors to execute.self()
Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJson
Methods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
processors
Required - The ordered array of custom processors to execute. Must be more than 1.API name:
processors
Adds all elements of
list
toprocessors
. -
processors
public final DataframeAnalysisFeatureProcessorMultiEncoding.Builder processors(Integer value, Integer... values) Required - The ordered array of custom processors to execute. Must be more than 1.API name:
processors
Adds one or more values to
processors
. -
self
- Specified by:
self
in classWithJsonObjectBuilderBase<DataframeAnalysisFeatureProcessorMultiEncoding.Builder>
-
build
- Specified by:
build
in interfaceObjectBuilder<DataframeAnalysisFeatureProcessorMultiEncoding>
- Throws:
NullPointerException
- if some of the required fields are null.
-