Class FieldRuleBuilders

java.lang.Object
co.elastic.clients.elasticsearch.security.FieldRuleBuilders

public class FieldRuleBuilders
extends java.lang.Object
Builders for FieldRule variants.

Variants username, dn, groups, metadata are not available here as they don't have a dedicated class. Use FieldRule's builder for these.

  • Method Summary

    Modifier and Type Method Description
    static Realm.Builder realm()
    Creates a builder for the realm FieldRule variant.
    static FieldRule realm​(java.util.function.Function<Realm.Builder,​ObjectBuilder<Realm>> fn)
    Creates a FieldRule of the realm FieldRule variant.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait