Class IpProperty.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
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:
WithJson<IpProperty.Builder>,ObjectBuilder<IpProperty>
- Enclosing class:
- IpProperty
public static class IpProperty.Builder
extends DocValuesPropertyBase.AbstractBuilder<IpProperty.Builder>
implements ObjectBuilder<IpProperty>
Builder for
IpProperty.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal IpProperty.BuilderAPI name:boostbuild()Builds aIpProperty.final IpProperty.BuilderignoreMalformed(Boolean value) API name:ignore_malformedfinal IpProperty.BuilderAPI name:indexfinal IpProperty.BuilderAPI name:null_valuefinal IpProperty.BuilderonScriptError(OnScriptError value) API name:on_script_errorfinal IpProperty.BuilderAPI name:scriptfinal IpProperty.BuilderAPI name:scriptprotected IpProperty.Builderself()final IpProperty.BuildertimeSeriesDimension(Boolean value) For internal use by Elastic only.Methods inherited from class co.elastic.clients.elasticsearch._types.mapping.DocValuesPropertyBase.AbstractBuilder
docValuesMethods inherited from class co.elastic.clients.elasticsearch._types.mapping.CorePropertyBase.AbstractBuilder
copyTo, copyTo, similarity, storeMethods 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
-
boost
API name:boost -
index
API name:index -
ignoreMalformed
API name:ignore_malformed -
nullValue
API name:null_value -
onScriptError
API name:on_script_error -
script
API name:script -
script
API name:script -
timeSeriesDimension
For internal use by Elastic only. Marks the field as a time series dimension. Defaults to false.API name:
time_series_dimension -
self
- Specified by:
selfin classPropertyBase.AbstractBuilder<IpProperty.Builder>
-
build
Builds aIpProperty.- Specified by:
buildin interfaceObjectBuilder<IpProperty>- Throws:
NullPointerException- if some of the required fields are null.
-