Class DeprecationIndexing.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<DeprecationIndexing.Builder>
co.elastic.clients.elasticsearch.nodes.info.DeprecationIndexing.Builder
- All Implemented Interfaces:
WithJson<DeprecationIndexing.Builder>,ObjectBuilder<DeprecationIndexing>
- Enclosing class:
- DeprecationIndexing
public static class DeprecationIndexing.Builder extends WithJsonObjectBuilderBase<DeprecationIndexing.Builder> implements ObjectBuilder<DeprecationIndexing>
Builder for
DeprecationIndexing.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description DeprecationIndexingbuild()Builds aDeprecationIndexing.DeprecationIndexing.Builderenabled(boolean value)Required - API name:enabledprotected DeprecationIndexing.Builderself()Methods 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
-
enabled
Required - API name:enabled -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<DeprecationIndexing.Builder>
-
build
Builds aDeprecationIndexing.- Specified by:
buildin interfaceObjectBuilder<DeprecationIndexing>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-