Class ThrottleState.Builder
java.lang.Object
co.elastic.clients.elasticsearch.watcher.ThrottleState.Builder
- All Implemented Interfaces:
ObjectBuilder<ThrottleState>
- Enclosing class:
- ThrottleState
public static class ThrottleState.Builder extends java.lang.Object 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:reasonThrottleState.Buildertimestamp(java.lang.String value)Required - API name:timestampMethods 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 -
build
Builds aThrottleState.- Specified by:
buildin interfaceObjectBuilder<ThrottleState>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-