public class ConfigureIndexRequest
extends java.lang.Object
| Constructor and Description |
|---|
ConfigureIndexRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPodType()
The type of pod to use.
|
java.lang.Integer |
getReplicas()
The number of replicas.
|
java.lang.String |
toJson() |
ConfigureIndexRequest |
withPodType(java.lang.String podType) |
ConfigureIndexRequest |
withReplicas(java.lang.Integer replicas) |
public ConfigureIndexRequest withReplicas(java.lang.Integer replicas)
public java.lang.Integer getReplicas()
public ConfigureIndexRequest withPodType(java.lang.String podType)
public java.lang.String getPodType()
public java.lang.String toJson()
throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingException