Class PutStoredScriptRequestBuilder
java.lang.Object
org.elasticsearch.action.ActionRequestBuilder<Request,Response>
org.elasticsearch.action.support.master.MasterNodeOperationRequestBuilder<Request,Response,RequestBuilder>
org.elasticsearch.action.support.master.AcknowledgedRequestBuilder<PutStoredScriptRequest,AcknowledgedResponse,PutStoredScriptRequestBuilder>
org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequestBuilder
public class PutStoredScriptRequestBuilder extends AcknowledgedRequestBuilder<PutStoredScriptRequest,AcknowledgedResponse,PutStoredScriptRequestBuilder>
-
Field Summary
Fields inherited from class org.elasticsearch.action.ActionRequestBuilder
action, client, request -
Constructor Summary
Constructors Constructor Description PutStoredScriptRequestBuilder(ElasticsearchClient client, PutStoredScriptAction action) -
Method Summary
Modifier and Type Method Description PutStoredScriptRequestBuildersetContent(BytesReference source, org.elasticsearch.common.xcontent.XContentType xContentType)Set the source of the script along with the content type of the sourcePutStoredScriptRequestBuildersetContext(java.lang.String context)PutStoredScriptRequestBuildersetId(java.lang.String id)Methods inherited from class org.elasticsearch.action.support.master.AcknowledgedRequestBuilder
setTimeout, setTimeoutMethods inherited from class org.elasticsearch.action.support.master.MasterNodeOperationRequestBuilder
setMasterNodeTimeout, setMasterNodeTimeoutMethods inherited from class org.elasticsearch.action.ActionRequestBuilder
execute, execute, get, get, get, requestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PutStoredScriptRequestBuilder
-
-
Method Details
-
setId
-
setContext
-
setContent
public PutStoredScriptRequestBuilder setContent(BytesReference source, org.elasticsearch.common.xcontent.XContentType xContentType)Set the source of the script along with the content type of the source
-