Class EwmaModelSettings.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<EwmaModelSettings.Builder>
co.elastic.clients.elasticsearch._types.aggregations.EwmaModelSettings.Builder
- All Implemented Interfaces:
WithJson<EwmaModelSettings.Builder>,ObjectBuilder<EwmaModelSettings>
- Enclosing class:
- EwmaModelSettings
public static class EwmaModelSettings.Builder extends WithJsonObjectBuilderBase<EwmaModelSettings.Builder> implements ObjectBuilder<EwmaModelSettings>
Builder for
EwmaModelSettings.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description EwmaModelSettings.Builderalpha(java.lang.Float value)API name:alphaEwmaModelSettingsbuild()Builds aEwmaModelSettings.protected EwmaModelSettings.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
-
alpha
API name:alpha -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<EwmaModelSettings.Builder>
-
build
Builds aEwmaModelSettings.- Specified by:
buildin interfaceObjectBuilder<EwmaModelSettings>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-