Class Logging.Builder
java.lang.Object
co.elastic.clients.elasticsearch.watcher.Logging.Builder
- All Implemented Interfaces:
ObjectBuilder<Logging>
- Enclosing class:
- Logging
public static class Logging.Builder extends java.lang.Object implements ObjectBuilder<Logging>
Builder for
Logging.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description Loggingbuild()Builds aLogging.Logging.Buildercategory(java.lang.String value)API name:categoryLogging.Builderlevel(java.lang.String value)API name:levelLogging.Buildertext(java.lang.String value)Required - API name:textMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
level
API name:level -
text
Required - API name:text -
category
API name:category -
build
Builds aLogging.- Specified by:
buildin interfaceObjectBuilder<Logging>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-