Class IpProperty.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.mapping.PropertyBase.AbstractBuilder<BuilderT>
-
- org.opensearch.client.opensearch._types.mapping.CorePropertyBase.AbstractBuilder<BuilderT>
-
- org.opensearch.client.opensearch._types.mapping.DocValuesPropertyBase.AbstractBuilder<IpProperty.Builder>
-
- org.opensearch.client.opensearch._types.mapping.IpProperty.Builder
-
- All Implemented Interfaces:
ObjectBuilder<IpProperty>
- Enclosing class:
- IpProperty
public static class IpProperty.Builder extends DocValuesPropertyBase.AbstractBuilder<IpProperty.Builder> implements ObjectBuilder<IpProperty>
Builder forIpProperty.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IpProperty.Builderboost(java.lang.Double value)API name:boostIpPropertybuild()Builds aIpProperty.IpProperty.BuilderignoreMalformed(java.lang.Boolean value)API name:ignore_malformedIpProperty.Builderindex(java.lang.Boolean value)API name:indexIpProperty.BuildernullValue(java.lang.String value)API name:null_valueprotected IpProperty.Builderself()-
Methods inherited from class org.opensearch.client.opensearch._types.mapping.DocValuesPropertyBase.AbstractBuilder
docValues
-
Methods inherited from class org.opensearch.client.opensearch._types.mapping.CorePropertyBase.AbstractBuilder
copyTo, copyTo, similarity, store
-
Methods inherited from class org.opensearch.client.opensearch._types.mapping.PropertyBase.AbstractBuilder
dynamic, fields, fields, fields, ignoreAbove, localMetadata, localMetadata, meta, meta, name, properties, properties, properties
-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
boost
public final IpProperty.Builder boost(@Nullable java.lang.Double value)
API name:boost
-
index
public final IpProperty.Builder index(@Nullable java.lang.Boolean value)
API name:index
-
nullValue
public final IpProperty.Builder nullValue(@Nullable java.lang.String value)
API name:null_value
-
ignoreMalformed
public final IpProperty.Builder ignoreMalformed(@Nullable java.lang.Boolean value)
API name:ignore_malformed
-
self
protected IpProperty.Builder self()
- Specified by:
selfin classPropertyBase.AbstractBuilder<IpProperty.Builder>
-
build
public IpProperty build()
Builds aIpProperty.- Specified by:
buildin interfaceObjectBuilder<IpProperty>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-