Class ReloadSecureSettingsRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.nodes.ReloadSecureSettingsRequest
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<ReloadSecureSettingsRequest.Builder,ReloadSecureSettingsRequest>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class ReloadSecureSettingsRequest
extends RequestBase
implements PlainJsonSerializable, ToCopyableBuilder<ReloadSecureSettingsRequest.Builder,ReloadSecureSettingsRequest>
Reloads secure settings.
-
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 JsonpDeserializer<ReloadSecureSettingsRequest> Json deserializer forReloadSecureSettingsRequestEndpoint "nodes.reload_secure_settings". -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyQueryParameters(Map<String, String> params) builder()booleaninthashCode()nodeId()The names of particular nodes in the cluster to target.static ReloadSecureSettingsRequestfinal StringAPI name:secure_settings_passwordvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupReloadSecureSettingsRequestDeserializer(ObjectDeserializer<ReloadSecureSettingsRequest.Builder> op) final Timetimeout()The amount of time to wait for a response.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.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forReloadSecureSettingsRequest -
_ENDPOINT
public static final Endpoint<ReloadSecureSettingsRequest,ReloadSecureSettingsResponse, _ENDPOINTErrorResponse> Endpoint "nodes.reload_secure_settings".
-
-
Method Details
-
of
-
nodeId
The names of particular nodes in the cluster to target.API name:
node_id -
secureSettingsPassword
API name:secure_settings_password -
timeout
The amount of time to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name:
timeout -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ReloadSecureSettingsRequest.Builder,ReloadSecureSettingsRequest> - Returns:
- a new builder instance.
-
builder
-
setupReloadSecureSettingsRequestDeserializer
protected static void setupReloadSecureSettingsRequestDeserializer(ObjectDeserializer<ReloadSecureSettingsRequest.Builder> op) -
applyQueryParameters
- Overrides:
applyQueryParametersin classRequestBase
-
hashCode
public int hashCode() -
equals
-