Class LoggingResult.Builder
java.lang.Object
co.elastic.clients.elasticsearch.watcher.LoggingResult.Builder
- All Implemented Interfaces:
ObjectBuilder<LoggingResult>
- Enclosing class:
- LoggingResult
public static class LoggingResult.Builder extends java.lang.Object implements ObjectBuilder<LoggingResult>
Builder for
LoggingResult.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description LoggingResultbuild()Builds aLoggingResult.LoggingResult.BuilderloggedText(java.lang.String value)Required - API name:logged_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
-
loggedText
Required - API name:logged_text -
build
Builds aLoggingResult.- Specified by:
buildin interfaceObjectBuilder<LoggingResult>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-