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 SummaryConstructors
- 
Method SummaryModifier 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.WithJsonObjectBuilderBasewithJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
processorsRequired - The ordered array of custom processors to execute. Must be more than 1.API name: processorsAdds all elements of listtoprocessors.
- 
processorspublic final DataframeAnalysisFeatureProcessorMultiEncoding.Builder processors(Integer value, Integer... values) Required - The ordered array of custom processors to execute. Must be more than 1.API name: processorsAdds one or more values to processors.
- 
self- Specified by:
- selfin class- WithJsonObjectBuilderBase<DataframeAnalysisFeatureProcessorMultiEncoding.Builder>
 
- 
build- Specified by:
- buildin interface- ObjectBuilder<DataframeAnalysisFeatureProcessorMultiEncoding>
- Throws:
- NullPointerException- if some of the required fields are null.
 
 
-