Class IntervalsPrefix.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<IntervalsPrefix.Builder>
co.elastic.clients.elasticsearch._types.query_dsl.IntervalsPrefix.Builder
- All Implemented Interfaces:
WithJson<IntervalsPrefix.Builder>,ObjectBuilder<IntervalsPrefix>
- Enclosing class:
- IntervalsPrefix
public static class IntervalsPrefix.Builder
extends WithJsonObjectBuilderBase<IntervalsPrefix.Builder>
implements ObjectBuilder<IntervalsPrefix>
Builder for
IntervalsPrefix.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal IntervalsPrefix.BuilderAPI name:analyzerbuild()Builds aIntervalsPrefix.final IntervalsPrefix.BuilderRequired - API name:prefixprotected IntervalsPrefix.Builderself()final IntervalsPrefix.BuilderAPI name:use_fieldMethods 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
-
analyzer
API name:analyzer -
prefix
Required - API name:prefix -
useField
API name:use_field -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<IntervalsPrefix.Builder>
-
build
Builds aIntervalsPrefix.- Specified by:
buildin interfaceObjectBuilder<IntervalsPrefix>- Throws:
NullPointerException- if some of the required fields are null.
-