Class RankFeaturesProperty.Builder
java.lang.Object
co.elastic.clients.elasticsearch._types.mapping.PropertyBase.AbstractBuilder<RankFeaturesProperty.Builder>
co.elastic.clients.elasticsearch._types.mapping.RankFeaturesProperty.Builder
- All Implemented Interfaces:
ObjectBuilder<RankFeaturesProperty>
- Enclosing class:
- RankFeaturesProperty
public static class RankFeaturesProperty.Builder extends PropertyBase.AbstractBuilder<RankFeaturesProperty.Builder> implements ObjectBuilder<RankFeaturesProperty>
Builder for
RankFeaturesProperty.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description RankFeaturesPropertybuild()Builds aRankFeaturesProperty.protected RankFeaturesProperty.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.mapping.PropertyBase.AbstractBuilder
dynamic, fields, fields, ignoreAbove, localMetadata, meta, name, properties, properties, putFields, putFields, putLocalMetadata, putMeta, putProperties, putPropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classPropertyBase.AbstractBuilder<RankFeaturesProperty.Builder>
-
build
Builds aRankFeaturesProperty.- Specified by:
buildin interfaceObjectBuilder<RankFeaturesProperty>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-