Class RoleMappingRule.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<RoleMappingRule.Builder>
co.elastic.clients.elasticsearch.security.RoleMappingRule.Builder
- All Implemented Interfaces:
WithJson<RoleMappingRule.Builder>,ObjectBuilder<RoleMappingRule>
- Enclosing class:
- RoleMappingRule
public static class RoleMappingRule.Builder
extends WithJsonObjectBuilderBase<RoleMappingRule.Builder>
implements ObjectBuilder<RoleMappingRule>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionall(List<RoleMappingRule> v) any(List<RoleMappingRule> v) build()field(NamedValue<List<FieldValue>> v) protected RoleMappingRule.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classWithJsonObjectBuilderBase<RoleMappingRule.Builder>
-
any
-
all
-
field
-
except
-
except
public ObjectBuilder<RoleMappingRule> except(Function<RoleMappingRule.Builder, ObjectBuilder<RoleMappingRule>> fn) -
build
- Specified by:
buildin interfaceObjectBuilder<RoleMappingRule>
-