Class RuleCondition.Builder
java.lang.Object
co.elastic.clients.elasticsearch.ml.RuleCondition.Builder
- All Implemented Interfaces:
ObjectBuilder<RuleCondition>
- Enclosing class:
- RuleCondition
public static class RuleCondition.Builder extends java.lang.Object implements ObjectBuilder<RuleCondition>
Builder for
RuleCondition.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description RuleCondition.BuilderappliesTo(AppliesTo value)Required - Specifies the result property to which the condition applies.RuleConditionbuild()Builds aRuleCondition.RuleCondition.Builderoperator(ConditionOperator value)Required - Specifies the condition operator.RuleCondition.Buildervalue(double value)Required - The value that is compared against theapplies_tofield using the operator.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
appliesTo
Required - Specifies the result property to which the condition applies. If your detector uses lat_long, metric, rare, or freq_rare functions, you can only specify conditions that apply to time.API name:
applies_to -
operator
Required - Specifies the condition operator. The available options are greater than, greater than or equals, less than, and less than or equals.API name:
operator -
value
Required - The value that is compared against theapplies_tofield using the operator.API name:
value -
build
Builds aRuleCondition.- Specified by:
buildin interfaceObjectBuilder<RuleCondition>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-