Class DeletePrivilegesRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<DeletePrivilegesRequest.Builder>
co.elastic.clients.elasticsearch.security.DeletePrivilegesRequest.Builder
- All Implemented Interfaces:
WithJson<DeletePrivilegesRequest.Builder>,ObjectBuilder<DeletePrivilegesRequest>
- Enclosing class:
- DeletePrivilegesRequest
public static class DeletePrivilegesRequest.Builder
extends RequestBase.AbstractBuilder<DeletePrivilegesRequest.Builder>
implements ObjectBuilder<DeletePrivilegesRequest>
Builder for
DeletePrivilegesRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplication(String value) Required - Application namebuild()Builds aDeletePrivilegesRequest.Required - Privilege nameIftrue(the default) then refresh the affected shards to make this operation visible to search, ifwait_forthen wait for a refresh to make this operation visible to search, iffalsethen do nothing with refreshes.protected DeletePrivilegesRequest.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
-
application
Required - Application nameAPI name:
application -
name
Required - Privilege nameAPI name:
name -
refresh
Iftrue(the default) then refresh the affected shards to make this operation visible to search, ifwait_forthen wait for a refresh to make this operation visible to search, iffalsethen do nothing with refreshes.API name:
refresh -
self
- Specified by:
selfin classRequestBase.AbstractBuilder<DeletePrivilegesRequest.Builder>
-
build
Builds aDeletePrivilegesRequest.- Specified by:
buildin interfaceObjectBuilder<DeletePrivilegesRequest>- Throws:
NullPointerException- if some of the required fields are null.
-