Uses of Class
org.elasticsearch.client.ml.job.config.DetectionRule.Builder
-
Packages that use DetectionRule.Builder Package Description org.elasticsearch.client.ml.job.config -
-
Uses of DetectionRule.Builder in org.elasticsearch.client.ml.job.config
Fields in org.elasticsearch.client.ml.job.config with type parameters of type DetectionRule.Builder Modifier and Type Field Description static ObjectParser<DetectionRule.Builder,Void>DetectionRule. PARSERMethods in org.elasticsearch.client.ml.job.config that return DetectionRule.Builder Modifier and Type Method Description DetectionRule.BuilderDetectionRule.Builder. setActions(EnumSet<RuleAction> actions)DetectionRule.BuilderDetectionRule.Builder. setActions(List<String> actions)DetectionRule.BuilderDetectionRule.Builder. setActions(RuleAction... actions)DetectionRule.BuilderDetectionRule.Builder. setConditions(List<RuleCondition> conditions)DetectionRule.BuilderDetectionRule.Builder. setScope(RuleScope scope)
-