Class RankFeaturesProperty.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.mapping.PropertyBase.AbstractBuilder<RankFeaturesProperty.Builder>
-
- org.opensearch.client.opensearch._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 forRankFeaturesProperty.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RankFeaturesPropertybuild()Builds aRankFeaturesProperty.protected RankFeaturesProperty.Builderself()-
Methods inherited from class org.opensearch.client.opensearch._types.mapping.PropertyBase.AbstractBuilder
dynamic, fields, fields, fields, ignoreAbove, localMetadata, localMetadata, meta, meta, name, properties, properties, properties
-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
self
protected RankFeaturesProperty.Builder self()
- Specified by:
selfin classPropertyBase.AbstractBuilder<RankFeaturesProperty.Builder>
-
build
public RankFeaturesProperty build()
Builds aRankFeaturesProperty.- Specified by:
buildin interfaceObjectBuilder<RankFeaturesProperty>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-