Class DeleteByQueryRethrottleRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.core.DeleteByQueryRethrottleRequest
- All Implemented Interfaces:
ToCopyableBuilder<DeleteByQueryRethrottleRequest.Builder,DeleteByQueryRethrottleRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class DeleteByQueryRethrottleRequest
extends RequestBase
implements ToCopyableBuilder<DeleteByQueryRethrottleRequest.Builder,DeleteByQueryRethrottleRequest>
Changes the number of requests per second for a particular Delete By Query operation.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionEndpoint "delete_by_query_rethrottle". -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyQueryParameters(Map<String, String> params) builder()booleaninthashCode()of(Function<DeleteByQueryRethrottleRequest.Builder, ObjectBuilder<DeleteByQueryRethrottleRequest>> fn) final FloatThe throttle for this request in sub-requests per second.final StringtaskId()Required - The ID for the task.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.RequestBase
errorTrace, humanMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_ENDPOINT
public static final Endpoint<DeleteByQueryRethrottleRequest,DeleteByQueryRethrottleResponse, _ENDPOINTErrorResponse> Endpoint "delete_by_query_rethrottle".
-
-
Method Details
-
of
-
requestsPerSecond
The throttle for this request in sub-requests per second.API name:
requests_per_second -
taskId
Required - The ID for the task.API name:
task_id -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteByQueryRethrottleRequest.Builder,DeleteByQueryRethrottleRequest> - Returns:
- a new builder instance.
-
builder
-
applyQueryParameters
- Overrides:
applyQueryParametersin classRequestBase
-
hashCode
public int hashCode() -
equals
-