Class StateResponse.Builder
java.lang.Object
co.elastic.clients.elasticsearch.cluster.StateResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<StateResponse>
- Enclosing class:
- StateResponse
public static class StateResponse.Builder extends java.lang.Object implements ObjectBuilder<StateResponse>
Builder for
StateResponse
.-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description StateResponse
build()
Builds aStateResponse
.StateResponse.Builder
valueBody(JsonData value)
Response value.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
valueBody
Response value.API name:
_value_body
-
build
Builds aStateResponse
.- Specified by:
build
in interfaceObjectBuilder<StateResponse>
- Throws:
java.lang.NullPointerException
- if some of the required fields are null.
-