Class LoggingResult.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<LoggingResult.Builder>
co.elastic.clients.elasticsearch.watcher.LoggingResult.Builder
- All Implemented Interfaces:
WithJson<LoggingResult.Builder>,ObjectBuilder<LoggingResult>
- Enclosing class:
- LoggingResult
public static class LoggingResult.Builder extends WithJsonObjectBuilderBase<LoggingResult.Builder> 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_textprotected LoggingResult.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
-
loggedText
Required - API name:logged_text -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<LoggingResult.Builder>
-
build
Builds aLoggingResult.- Specified by:
buildin interfaceObjectBuilder<LoggingResult>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-