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.Builder
except()
Creates a builder for theexcept
RoleMappingRule
variant.static RoleMappingRule
Creates a RoleMappingRule of theexcept
RoleMappingRule
variant.
-
Method Details
-
except
Creates a builder for theexcept
RoleMappingRule
variant. -
except
public static RoleMappingRule except(Function<RoleMappingRule.Builder, ObjectBuilder<RoleMappingRule>> fn) Creates a RoleMappingRule of theexcept
RoleMappingRule
variant.
-