Class StartDatafeedRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<StartDatafeedRequest.Builder>
co.elastic.clients.elasticsearch.ml.StartDatafeedRequest.Builder
- All Implemented Interfaces:
- WithJson<StartDatafeedRequest.Builder>,- ObjectBuilder<StartDatafeedRequest>
- Enclosing class:
- StartDatafeedRequest
public static class StartDatafeedRequest.Builder
extends RequestBase.AbstractBuilder<StartDatafeedRequest.Builder>
implements ObjectBuilder<StartDatafeedRequest>
Builder for 
StartDatafeedRequest.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds aStartDatafeedRequest.datafeedId(String value) Required - A numerical character string that uniquely identifies the datafeed.Refer to the description for theendquery parameter.protected StartDatafeedRequest.Builderself()Refer to the description for thestartquery parameter.Refer to the description for thetimeoutquery parameter.Refer to the description for thetimeoutquery parameter.Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBasewithJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
datafeedIdRequired - A numerical character string that uniquely identifies the datafeed. This identifier can contain lowercase alphanumeric characters (a-z and 0-9), hyphens, and underscores. It must start and end with alphanumeric characters.API name: datafeed_id
- 
endRefer to the description for theendquery parameter.API name: end
- 
startRefer to the description for thestartquery parameter.API name: start
- 
timeoutRefer to the description for thetimeoutquery parameter.API name: timeout
- 
timeoutRefer to the description for thetimeoutquery parameter.API name: timeout
- 
self- Specified by:
- selfin class- RequestBase.AbstractBuilder<StartDatafeedRequest.Builder>
 
- 
buildBuilds aStartDatafeedRequest.- Specified by:
- buildin interface- ObjectBuilder<StartDatafeedRequest>
- Throws:
- NullPointerException- if some of the required fields are null.
 
 
-