Class JoinProperty.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.mapping.PropertyBase.AbstractBuilder<JoinProperty.Builder>
co.elastic.clients.elasticsearch._types.mapping.JoinProperty.Builder
- All Implemented Interfaces:
WithJson<JoinProperty.Builder>,ObjectBuilder<JoinProperty>
- Enclosing class:
- JoinProperty
public static class JoinProperty.Builder
extends PropertyBase.AbstractBuilder<JoinProperty.Builder>
implements ObjectBuilder<JoinProperty>
Builder for
JoinProperty.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aJoinProperty.final JoinProperty.BuildereagerGlobalOrdinals(Boolean value) API name:eager_global_ordinalsfinal JoinProperty.BuilderAPI name:relationsfinal JoinProperty.BuilderAPI name:relationsprotected JoinProperty.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.mapping.PropertyBase.AbstractBuilder
dynamic, fields, fields, fields, ignoreAbove, meta, meta, properties, properties, propertiesMethods 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
-
relations
API name:relationsAdds all entries of
maptorelations. -
relations
API name:relationsAdds an entry to
relations. -
eagerGlobalOrdinals
API name:eager_global_ordinals -
self
- Specified by:
selfin classPropertyBase.AbstractBuilder<JoinProperty.Builder>
-
build
Builds aJoinProperty.- Specified by:
buildin interfaceObjectBuilder<JoinProperty>- Throws:
NullPointerException- if some of the required fields are null.
-