Class UndeployModelResponse.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.transport.endpoints.DictionaryResponse.AbstractBuilder<String,UndeployModelNode,UndeployModelResponse.Builder>
org.opensearch.client.opensearch.ml.UndeployModelResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<UndeployModelResponse>
- Enclosing class:
UndeployModelResponse
public static class UndeployModelResponse.Builder
extends DictionaryResponse.AbstractBuilder<String,UndeployModelNode,UndeployModelResponse.Builder>
implements ObjectBuilder<UndeployModelResponse>
Builder for
UndeployModelResponse.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aUndeployModelResponse.protected UndeployModelResponse.Builderself()Methods inherited from class org.opensearch.client.transport.endpoints.DictionaryResponse.AbstractBuilder
putResult, result, tKeySerializer, tValueSerializerMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classDictionaryResponse.AbstractBuilder<String,UndeployModelNode, UndeployModelResponse.Builder>
-
build
Builds aUndeployModelResponse.- Specified by:
buildin interfaceObjectBuilder<UndeployModelResponse>- Throws:
NullPointerException- if some of the required fields are null.
-