Class Logging.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<Logging.Builder>
co.elastic.clients.elasticsearch.watcher.Logging.Builder
- All Implemented Interfaces:
WithJson<Logging.Builder>,ObjectBuilder<Logging>
- Enclosing class:
- Logging
public static class Logging.Builder
extends WithJsonObjectBuilderBase<Logging.Builder>
implements ObjectBuilder<Logging>
Builder for
Logging.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aLogging.final Logging.BuilderAPI name:categoryfinal Logging.BuilderAPI name:levelprotected Logging.Builderself()final Logging.BuilderRequired - API name:textMethods 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
-
level
API name:level -
text
Required - API name:text -
category
API name:category -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<Logging.Builder>
-
build
Builds aLogging.- Specified by:
buildin interfaceObjectBuilder<Logging>- Throws:
NullPointerException- if some of the required fields are null.
-