Class UpdateNativeResponse.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<UpdateNativeResponse.Builder>
co.elastic.clients.elasticsearch.connector.UpdateNativeResponse.Builder
- All Implemented Interfaces:
WithJson<UpdateNativeResponse.Builder>
,ObjectBuilder<UpdateNativeResponse>
- Enclosing class:
- UpdateNativeResponse
public static class UpdateNativeResponse.Builder
extends WithJsonObjectBuilderBase<UpdateNativeResponse.Builder>
implements ObjectBuilder<UpdateNativeResponse>
Builder for
UpdateNativeResponse
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds aUpdateNativeResponse
.Required - API name:result
protected UpdateNativeResponse.Builder
self()
Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJson
Methods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
result
Required - API name:result
-
self
- Specified by:
self
in classWithJsonObjectBuilderBase<UpdateNativeResponse.Builder>
-
build
Builds aUpdateNativeResponse
.- Specified by:
build
in interfaceObjectBuilder<UpdateNativeResponse>
- Throws:
NullPointerException
- if some of the required fields are null.
-