Class IpProperty.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.mapping.PropertyBase.AbstractBuilder<IpProperty.Builder>
org.opensearch.client.opensearch._types.mapping.CorePropertyBase.AbstractBuilder<IpProperty.Builder>
org.opensearch.client.opensearch._types.mapping.DocValuesPropertyBase.AbstractBuilder<IpProperty.Builder>
org.opensearch.client.opensearch._types.mapping.IpProperty.Builder
- All Implemented Interfaces:
CopyableBuilder<IpProperty.Builder,,IpProperty> MutableBuilder<IpProperty.Builder,,IpProperty> ObjectBuilder<IpProperty>
- Enclosing class:
IpProperty
public static class IpProperty.Builder
extends DocValuesPropertyBase.AbstractBuilder<IpProperty.Builder>
implements CopyableBuilder<IpProperty.Builder,IpProperty>
Builder for
IpProperty.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal IpProperty.BuilderAPI name:boostbuild()Builds aIpProperty.copy()Create a new builderCopyableBuilderthat is a copy of this one.final IpProperty.BuilderignoreMalformed(Boolean value) API name:ignore_malformedfinal IpProperty.BuilderAPI name:indexfinal IpProperty.BuilderAPI name:null_valueprotected IpProperty.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<IpProperty.Builder,IpProperty> - Returns:
- a new builder instance.
-
self
- Specified by:
selfin classPropertyBase.AbstractBuilder<IpProperty.Builder>
-
boost
API name:boost -
ignoreMalformed
API name:ignore_malformed -
index
API name:index -
nullValue
API name:null_value -
build
Builds aIpProperty.- Specified by:
buildin interfaceObjectBuilder<IpProperty>- Throws:
NullPointerException- if some of the required fields are null.
-