Class HealthRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.security.HealthRequest
- All Implemented Interfaces:
ToCopyableBuilder<HealthRequest.Builder,HealthRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class HealthRequest
extends RequestBase
implements ToCopyableBuilder<HealthRequest.Builder,HealthRequest>
Checks to see if the Security plugin is running.
-
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 TypeFieldDescriptionstatic final Endpoint<HealthRequest, HealthResponse, ErrorResponse> Endpoint "security.health". -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyQueryParameters(Map<String, String> params) static HealthRequest.Builderbuilder()booleaninthashCode()final Stringmode()A flag that determines whether to consider the security status before returning a response for a health query response.static HealthRequestCreate 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
Endpoint "security.health".
-
-
Method Details
-
of
-
mode
A flag that determines whether to consider the security status before returning a response for a health query response. For example,strictmode indicates service should check the Security plugin status.API name:
mode -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<HealthRequest.Builder,HealthRequest> - Returns:
- a new builder instance.
-
builder
-
applyQueryParameters
- Overrides:
applyQueryParametersin classRequestBase
-
hashCode
public int hashCode() -
equals
-