Class IntervalsQuery.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.query_dsl.QueryBase.AbstractBuilder<IntervalsQuery.Builder>
-
- org.opensearch.client.opensearch._types.query_dsl.IntervalsQuery.Builder
-
- All Implemented Interfaces:
ObjectBuilder<IntervalsQuery>
- Enclosing class:
- IntervalsQuery
public static class IntervalsQuery.Builder extends QueryBase.AbstractBuilder<IntervalsQuery.Builder> implements ObjectBuilder<IntervalsQuery>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
Methods inherited from class org.opensearch.client.opensearch._types.query_dsl.QueryBase.AbstractBuilder
boost, queryName
-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
field
public final IntervalsQuery.Builder field(java.lang.String value)
Required - The target field
-
self
protected IntervalsQuery.Builder self()
- Specified by:
selfin classQueryBase.AbstractBuilder<IntervalsQuery.Builder>
-
allOf
public ObjectBuilder<IntervalsQuery> allOf(IntervalsAllOf v)
-
allOf
public ObjectBuilder<IntervalsQuery> allOf(java.util.function.Function<IntervalsAllOf.Builder,ObjectBuilder<IntervalsAllOf>> fn)
-
anyOf
public ObjectBuilder<IntervalsQuery> anyOf(IntervalsAnyOf v)
-
anyOf
public ObjectBuilder<IntervalsQuery> anyOf(java.util.function.Function<IntervalsAnyOf.Builder,ObjectBuilder<IntervalsAnyOf>> fn)
-
fuzzy
public ObjectBuilder<IntervalsQuery> fuzzy(IntervalsFuzzy v)
-
fuzzy
public ObjectBuilder<IntervalsQuery> fuzzy(java.util.function.Function<IntervalsFuzzy.Builder,ObjectBuilder<IntervalsFuzzy>> fn)
-
match
public ObjectBuilder<IntervalsQuery> match(IntervalsMatch v)
-
match
public ObjectBuilder<IntervalsQuery> match(java.util.function.Function<IntervalsMatch.Builder,ObjectBuilder<IntervalsMatch>> fn)
-
prefix
public ObjectBuilder<IntervalsQuery> prefix(IntervalsPrefix v)
-
prefix
public ObjectBuilder<IntervalsQuery> prefix(java.util.function.Function<IntervalsPrefix.Builder,ObjectBuilder<IntervalsPrefix>> fn)
-
wildcard
public ObjectBuilder<IntervalsQuery> wildcard(IntervalsWildcard v)
-
wildcard
public ObjectBuilder<IntervalsQuery> wildcard(java.util.function.Function<IntervalsWildcard.Builder,ObjectBuilder<IntervalsWildcard>> fn)
-
build
public IntervalsQuery build()
- Specified by:
buildin interfaceObjectBuilder<IntervalsQuery>
-
-