Class PutPrivilegesResponse.Builder
java.lang.Object
co.elastic.clients.base.DictionaryResponse.AbstractBuilder<java.lang.String,java.util.Map<java.lang.String,CreatedStatus>,PutPrivilegesResponse.Builder>
co.elastic.clients.elasticsearch.security.PutPrivilegesResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<PutPrivilegesResponse>
- Enclosing class:
- PutPrivilegesResponse
public static class PutPrivilegesResponse.Builder extends DictionaryResponse.AbstractBuilder<java.lang.String,java.util.Map<java.lang.String,CreatedStatus>,PutPrivilegesResponse.Builder> implements ObjectBuilder<PutPrivilegesResponse>
Builder for
PutPrivilegesResponse.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description PutPrivilegesResponsebuild()Builds aPutPrivilegesResponse.protected PutPrivilegesResponse.Builderself()Methods inherited from class co.elastic.clients.base.DictionaryResponse.AbstractBuilder
putResult, result, tKeySerializer, tValueSerializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classDictionaryResponse.AbstractBuilder<java.lang.String,java.util.Map<java.lang.String,CreatedStatus>,PutPrivilegesResponse.Builder>
-
build
Builds aPutPrivilegesResponse.- Specified by:
buildin interfaceObjectBuilder<PutPrivilegesResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-