Class RoleMappingRuleBuilders
java.lang.Object
co.elastic.clients.elasticsearch.security.RoleMappingRuleBuilders
Builders for
RoleMappingRule variants.
Variants any, all, field are not
available here as they don't have a dedicated class. Use
RoleMappingRule's builder for these.
-
Method Summary
Modifier and TypeMethodDescriptionstatic RoleMappingRule.Builderexcept()Creates a builder for theexceptRoleMappingRulevariant.static RoleMappingRuleCreates a RoleMappingRule of theexceptRoleMappingRulevariant.
-
Method Details
-
except
Creates a builder for theexceptRoleMappingRulevariant. -
except
public static RoleMappingRule except(Function<RoleMappingRule.Builder, ObjectBuilder<RoleMappingRule>> fn) Creates a RoleMappingRule of theexceptRoleMappingRulevariant.
-