Class HoltLinearModelSettings.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.aggregations.HoltLinearModelSettings.Builder
-
- All Implemented Interfaces:
ObjectBuilder<HoltLinearModelSettings>
- Enclosing class:
- HoltLinearModelSettings
public static class HoltLinearModelSettings.Builder extends ObjectBuilderBase implements ObjectBuilder<HoltLinearModelSettings>
Builder forHoltLinearModelSettings.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HoltLinearModelSettings.Builderalpha(java.lang.Float value)API name:alphaHoltLinearModelSettings.Builderbeta(java.lang.Float value)API name:betaHoltLinearModelSettingsbuild()Builds aHoltLinearModelSettings.-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
alpha
public final HoltLinearModelSettings.Builder alpha(@Nullable java.lang.Float value)
API name:alpha
-
beta
public final HoltLinearModelSettings.Builder beta(@Nullable java.lang.Float value)
API name:beta
-
build
public HoltLinearModelSettings build()
Builds aHoltLinearModelSettings.- Specified by:
buildin interfaceObjectBuilder<HoltLinearModelSettings>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-