Class ConstantKeywordProperty.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.mapping.PropertyBase.AbstractBuilder<ConstantKeywordProperty.Builder>
co.elastic.clients.elasticsearch._types.mapping.ConstantKeywordProperty.Builder
- All Implemented Interfaces:
WithJson<ConstantKeywordProperty.Builder>,ObjectBuilder<ConstantKeywordProperty>
- Enclosing class:
- ConstantKeywordProperty
public static class ConstantKeywordProperty.Builder
extends PropertyBase.AbstractBuilder<ConstantKeywordProperty.Builder>
implements ObjectBuilder<ConstantKeywordProperty>
Builder for
ConstantKeywordProperty.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aConstantKeywordProperty.protected ConstantKeywordProperty.Builderself()API name:valueMethods 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
-
value
API name:value -
self
- Specified by:
selfin classPropertyBase.AbstractBuilder<ConstantKeywordProperty.Builder>
-
build
Builds aConstantKeywordProperty.- Specified by:
buildin interfaceObjectBuilder<ConstantKeywordProperty>- Throws:
NullPointerException- if some of the required fields are null.
-