Class DateNanosProperty.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<DateNanosProperty.Builder>
co.elastic.clients.elasticsearch._types.mapping.DateNanosProperty.Builder
- All Implemented Interfaces:
WithJson<DateNanosProperty.Builder>,ObjectBuilder<DateNanosProperty>
- Enclosing class:
- DateNanosProperty
public static class DateNanosProperty.Builder
extends DocValuesPropertyBase.AbstractBuilder<DateNanosProperty.Builder>
implements ObjectBuilder<DateNanosProperty>
Builder for
DateNanosProperty.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAPI name:boostbuild()Builds aDateNanosProperty.API name:formatignoreMalformed(Boolean value) API name:ignore_malformedAPI name:indexAPI name:null_valueprecisionStep(Integer value) API name:precision_stepprotected DateNanosProperty.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
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 -
format
API name:format -
ignoreMalformed
API name:ignore_malformed -
index
API name:index -
nullValue
API name:null_value -
precisionStep
API name:precision_step -
self
- Specified by:
selfin classPropertyBase.AbstractBuilder<DateNanosProperty.Builder>
-
build
Builds aDateNanosProperty.- Specified by:
buildin interfaceObjectBuilder<DateNanosProperty>- Throws:
NullPointerException- if some of the required fields are null.
-