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.Builder
advanceTime(java.lang.String value)
API name:advance_time
FlushJobRequest
build()
Builds aFlushJobRequest
.FlushJobRequest.Builder
calcInterim(java.lang.Boolean value)
API name:calc_interim
FlushJobRequest.Builder
end(java.lang.String value)
API name:end
FlushJobRequest.Builder
jobId(java.lang.String value)
The name of the job to flushFlushJobRequest.Builder
skipTime(java.lang.String value)
Skips time to the given value without generating results or updating the model for the skipped intervalFlushJobRequest.Builder
start(java.lang.String value)
API name:start
Methods 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
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:
build
in interfaceObjectBuilder<FlushJobRequest>
- Throws:
java.lang.NullPointerException
- if some of the required fields are null.
-