Class RuleScope.Builder

java.lang.Object
org.elasticsearch.client.ml.job.config.RuleScope.Builder
Enclosing class:
RuleScope

public static class RuleScope.Builder
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Builder()  
    Builder​(RuleScope otherScope)  
  • Method Summary

    Modifier and Type Method Description
    RuleScope build()  
    RuleScope.Builder exclude​(java.lang.String field, java.lang.String filterId)  
    RuleScope.Builder include​(java.lang.String field, java.lang.String filterId)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Builder

      public Builder()
    • Builder

      public Builder​(RuleScope otherScope)
  • Method Details

    • exclude

      public RuleScope.Builder exclude​(java.lang.String field, java.lang.String filterId)
    • include

      public RuleScope.Builder include​(java.lang.String field, java.lang.String filterId)
    • build

      public RuleScope build()