Class IpProperty.Builder
java.lang.Object
co.elastic.clients.elasticsearch._types.mapping.PropertyBase.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch._types.mapping.CorePropertyBase.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch._types.mapping.DocValuesPropertyBase.AbstractBuilder<IpProperty.Builder>
co.elastic.clients.elasticsearch._types.mapping.IpProperty.Builder
- All Implemented Interfaces:
ObjectBuilder<IpProperty>
- Enclosing class:
- IpProperty
public static class IpProperty.Builder extends DocValuesPropertyBase.AbstractBuilder<IpProperty.Builder> implements ObjectBuilder<IpProperty>
Builder for
IpProperty.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description IpProperty.Builderboost(java.lang.Double value)API name:boostIpPropertybuild()Builds aIpProperty.IpProperty.Builderindex(java.lang.Boolean value)API name:indexIpProperty.BuildernullValue(java.lang.String value)API name:null_valueprotected IpProperty.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.mapping.DocValuesPropertyBase.AbstractBuilder
docValuesMethods inherited from class co.elastic.clients.elasticsearch._types.mapping.CorePropertyBase.AbstractBuilder
addCopyTo, copyTo, copyTo, similarity, storeMethods 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
-
boost
API name:boost -
index
API name:index -
nullValue
API name:null_value -
self
- Specified by:
selfin classPropertyBase.AbstractBuilder<IpProperty.Builder>
-
build
Builds aIpProperty.- Specified by:
buildin interfaceObjectBuilder<IpProperty>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-