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 - The name of the application.build()Builds aDeletePrivilegesRequest.Required - The name of the privilege.Required - The name of the privilege.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.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 - The name of the application. Application privileges are always associated with exactly one application.API name:
application -
name
Required - The name of the privilege.API name:
nameAdds all elements of
listtoname. -
name
Required - The name of the privilege.API name:
nameAdds one or more values to
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.
-