Class ThrottleState.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<ThrottleState.Builder>
co.elastic.clients.elasticsearch.watcher.ThrottleState.Builder
- All Implemented Interfaces:
WithJson<ThrottleState.Builder>,ObjectBuilder<ThrottleState>
- Enclosing class:
- ThrottleState
public static class ThrottleState.Builder extends WithJsonObjectBuilderBase<ThrottleState.Builder> implements ObjectBuilder<ThrottleState>
Builder for
ThrottleState.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description ThrottleStatebuild()Builds aThrottleState.ThrottleState.Builderreason(java.lang.String value)Required - API name:reasonprotected ThrottleState.Builderself()ThrottleState.Buildertimestamp(java.lang.String value)Required - API name:timestampMethods 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
-
reason
Required - API name:reason -
timestamp
Required - API name:timestamp -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<ThrottleState.Builder>
-
build
Builds aThrottleState.- Specified by:
buildin interfaceObjectBuilder<ThrottleState>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-