Class FrequentItemSetsField.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<FrequentItemSetsField.Builder>
co.elastic.clients.elasticsearch._types.aggregations.FrequentItemSetsField.Builder
- All Implemented Interfaces:
WithJson<FrequentItemSetsField.Builder>,ObjectBuilder<FrequentItemSetsField>
- Enclosing class:
- FrequentItemSetsField
public static class FrequentItemSetsField.Builder
extends WithJsonObjectBuilderBase<FrequentItemSetsField.Builder>
implements ObjectBuilder<FrequentItemSetsField>
Builder for
FrequentItemSetsField.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aFrequentItemSetsField.Values to exclude.Values to exclude.Required - API name:fieldValues to include.Values to include.protected FrequentItemSetsField.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
-
field
Required - API name:field -
exclude
Values to exclude. Can be regular expression strings or arrays of strings of exact terms.API name:
excludeAdds all elements of
listtoexclude. -
exclude
Values to exclude. Can be regular expression strings or arrays of strings of exact terms.API name:
excludeAdds one or more values to
exclude. -
include
Values to include. Can be regular expression strings or arrays of strings of exact terms.API name:
includeAdds all elements of
listtoinclude. -
include
Values to include. Can be regular expression strings or arrays of strings of exact terms.API name:
includeAdds one or more values to
include. -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<FrequentItemSetsField.Builder>
-
build
Builds aFrequentItemSetsField.- Specified by:
buildin interfaceObjectBuilder<FrequentItemSetsField>- Throws:
NullPointerException- if some of the required fields are null.
-