Class DeleteScriptResponse.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase.AbstractBuilder<DeleteScriptResponse.Builder>
co.elastic.clients.elasticsearch.core.DeleteScriptResponse.Builder
- All Implemented Interfaces:
WithJson<DeleteScriptResponse.Builder>,ObjectBuilder<DeleteScriptResponse>
- Enclosing class:
- DeleteScriptResponse
public static class DeleteScriptResponse.Builder
extends AcknowledgedResponseBase.AbstractBuilder<DeleteScriptResponse.Builder>
implements ObjectBuilder<DeleteScriptResponse>
Builder for
DeleteScriptResponse.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aDeleteScriptResponse.protected DeleteScriptResponse.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase.AbstractBuilder
acknowledgedMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classAcknowledgedResponseBase.AbstractBuilder<DeleteScriptResponse.Builder>
-
build
Builds aDeleteScriptResponse.- Specified by:
buildin interfaceObjectBuilder<DeleteScriptResponse>- Throws:
NullPointerException- if some of the required fields are null.
-