Class DateNanosProperty.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.mapping.PropertyBase.AbstractBuilder<DateNanosProperty.Builder>
org.opensearch.client.opensearch._types.mapping.CorePropertyBase.AbstractBuilder<DateNanosProperty.Builder>
org.opensearch.client.opensearch._types.mapping.DocValuesPropertyBase.AbstractBuilder<DateNanosProperty.Builder>
org.opensearch.client.opensearch._types.mapping.DateNanosProperty.Builder
- All Implemented Interfaces:
CopyableBuilder<DateNanosProperty.Builder,,DateNanosProperty> MutableBuilder<DateNanosProperty.Builder,,DateNanosProperty> ObjectBuilder<DateNanosProperty>
- Enclosing class:
DateNanosProperty
public static class DateNanosProperty.Builder
extends DocValuesPropertyBase.AbstractBuilder<DateNanosProperty.Builder>
implements CopyableBuilder<DateNanosProperty.Builder,DateNanosProperty>
Builder for
DateNanosProperty.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAPI name:boostbuild()Builds aDateNanosProperty.copy()Create a new builderCopyableBuilderthat is a copy of this one.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 org.opensearch.client.opensearch._types.mapping.DocValuesPropertyBase.AbstractBuilder
docValuesMethods inherited from class org.opensearch.client.opensearch._types.mapping.CorePropertyBase.AbstractBuilder
copyTo, copyTo, similarity, storeMethods inherited from class org.opensearch.client.opensearch._types.mapping.PropertyBase.AbstractBuilder
dynamic, fields, fields, fields, ignoreAbove, meta, meta, properties, properties, propertiesMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.MutableBuilder
applyMutation
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
copy
Description copied from interface:CopyableBuilderCreate a new builderCopyableBuilderthat is a copy of this one.- Specified by:
copyin interfaceCopyableBuilder<DateNanosProperty.Builder,DateNanosProperty> - Returns:
- a new builder instance.
-
self
- Specified by:
selfin classPropertyBase.AbstractBuilder<DateNanosProperty.Builder>
-
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 -
build
Builds aDateNanosProperty.- Specified by:
buildin interfaceObjectBuilder<DateNanosProperty>- Throws:
NullPointerException- if some of the required fields are null.
-