Class DataframeAnalysisAnalyzedFields.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<DataframeAnalysisAnalyzedFields.Builder>
co.elastic.clients.elasticsearch.ml.DataframeAnalysisAnalyzedFields.Builder
- All Implemented Interfaces:
WithJson<DataframeAnalysisAnalyzedFields.Builder>,ObjectBuilder<DataframeAnalysisAnalyzedFields>
- Enclosing class:
- DataframeAnalysisAnalyzedFields
public static class DataframeAnalysisAnalyzedFields.Builder
extends WithJsonObjectBuilderBase<DataframeAnalysisAnalyzedFields.Builder>
implements ObjectBuilder<DataframeAnalysisAnalyzedFields>
Builder for
DataframeAnalysisAnalyzedFields.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aDataframeAnalysisAnalyzedFields.An array of strings that defines the fields that will be included in the analysis.An array of strings that defines the fields that will be included in the analysis.An array of strings that defines the fields that will be excluded from the analysis.An array of strings that defines the fields that will be excluded from the analysis.protected DataframeAnalysisAnalyzedFields.Builderself()Methods 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
-
includes
An array of strings that defines the fields that will be excluded from the analysis. You do not need to add fields with unsupported data types to excludes, these fields are excluded from the analysis automatically.API name:
includesAdds all elements of
listtoincludes. -
includes
An array of strings that defines the fields that will be excluded from the analysis. You do not need to add fields with unsupported data types to excludes, these fields are excluded from the analysis automatically.API name:
includesAdds one or more values to
includes. -
excludes
An array of strings that defines the fields that will be included in the analysis.API name:
excludesAdds all elements of
listtoexcludes. -
excludes
An array of strings that defines the fields that will be included in the analysis.API name:
excludesAdds one or more values to
excludes. -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<DataframeAnalysisAnalyzedFields.Builder>
-
build
Builds aDataframeAnalysisAnalyzedFields.- Specified by:
buildin interfaceObjectBuilder<DataframeAnalysisAnalyzedFields>- Throws:
NullPointerException- if some of the required fields are null.
-