Class FlushJobRequest.Builder
java.lang.Object
co.elastic.clients.elasticsearch.ml.FlushJobRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<FlushJobRequest>
- Enclosing class:
- FlushJobRequest
public static class FlushJobRequest.Builder extends java.lang.Object implements ObjectBuilder<FlushJobRequest>
Builder for
FlushJobRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description FlushJobRequest.BuilderadvanceTime(java.lang.String value)API name:advance_timeFlushJobRequestbuild()Builds aFlushJobRequest.FlushJobRequest.BuildercalcInterim(java.lang.Boolean value)API name:calc_interimFlushJobRequest.Builderend(java.lang.String value)API name:endFlushJobRequest.BuilderjobId(java.lang.String value)Required - The name of the job to flushFlushJobRequest.BuilderskipTime(java.lang.String value)Skips time to the given value without generating results or updating the model for the skipped intervalFlushJobRequest.Builderstart(java.lang.String value)API name:startMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
jobId
Required - The name of the job to flushAPI name:
job_id -
skipTime
Skips time to the given value without generating results or updating the model for the skipped intervalAPI name:
skip_time -
advanceTime
API name:advance_time -
calcInterim
API name:calc_interim -
end
API name:end -
start
API name:start -
build
Builds aFlushJobRequest.- Specified by:
buildin interfaceObjectBuilder<FlushJobRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-