public class UpdateIndexSettingsRequestBuilder extends java.lang.Object implements RequestBuilder<java.lang.Void>
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
UpdateIndexSettingsRequestBuilder(HttpClientWrapper httpClient,
java.lang.String indexName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Void |
execute() |
UpdateIndexSettingsRequestBuilder |
setSettings(com.google.gson.JsonObject settings) |
public UpdateIndexSettingsRequestBuilder(HttpClientWrapper httpClient, java.lang.String indexName)
public UpdateIndexSettingsRequestBuilder setSettings(com.google.gson.JsonObject settings)
public java.lang.Void execute()
execute in interface RequestBuilder<java.lang.Void>