Class TermsExclude.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch._types.aggregations.TermsExclude.Builder
- All Implemented Interfaces:
ObjectBuilder<TermsExclude>
- Enclosing class:
- TermsExclude
public static class TermsExclude.Builder extends ObjectBuilderBase implements ObjectBuilder<TermsExclude>
-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description TermsExcludebuild()ObjectBuilder<TermsExclude>regexp(java.lang.String v)ObjectBuilder<TermsExclude>terms(java.util.List<java.lang.String> v)Methods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
terms
-
regexp
-
build
- Specified by:
buildin interfaceObjectBuilder<TermsExclude>
-