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 Constructor Description Builder() -
Method Summary
Modifier and Type Method Description DateNanosProperty.Builderboost(java.lang.Double value)API name:boostDateNanosPropertybuild()Builds aDateNanosProperty.DateNanosProperty.Builderformat(java.lang.String value)API name:formatDateNanosProperty.BuilderignoreMalformed(java.lang.Boolean value)API name:ignore_malformedDateNanosProperty.Builderindex(java.lang.Boolean value)API name:indexDateNanosProperty.BuildernullValue(DateTime value)API name:null_valueDateNanosProperty.BuilderprecisionStep(java.lang.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, localMetadata, localMetadata, 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, _mapPutAllMethods 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 -
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:
java.lang.NullPointerException- if some of the required fields are null.
-