Class RuleCondition.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<RuleCondition.Builder>
co.elastic.clients.elasticsearch.ml.RuleCondition.Builder
- All Implemented Interfaces:
WithJson<RuleCondition.Builder>,ObjectBuilder<RuleCondition>
- Enclosing class:
- RuleCondition
public static class RuleCondition.Builder extends WithJsonObjectBuilderBase<RuleCondition.Builder> 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.protected RuleCondition.Builderself()RuleCondition.Buildervalue(double value)Required - The value that is compared against theapplies_tofield using the operator.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
-
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 -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<RuleCondition.Builder>
-
build
Builds aRuleCondition.- Specified by:
buildin interfaceObjectBuilder<RuleCondition>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-