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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds aThrottleState.final ThrottleState.BuilderRequired - API name:reasonprotected ThrottleState.Builderself()final ThrottleState.BuilderRequired - API name:timestampMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBasewithJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
reasonRequired - API name:reason
- 
timestampRequired - API name:timestamp
- 
self- Specified by:
- selfin class- WithJsonObjectBuilderBase<ThrottleState.Builder>
 
- 
buildBuilds aThrottleState.- Specified by:
- buildin interface- ObjectBuilder<ThrottleState>
- Throws:
- NullPointerException- if some of the required fields are null.
 
 
-