Class FlushJobRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch.ml.FlushJobRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<FlushJobRequest>
- Enclosing class:
- FlushJobRequest
public static class FlushJobRequest.Builder extends ObjectBuilderBase implements ObjectBuilder<FlushJobRequest>
Builder for
FlushJobRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description FlushJobRequest.BuilderadvanceTime(DateTime value)Refer to the description for theadvance_timequery parameter.FlushJobRequestbuild()Builds aFlushJobRequest.FlushJobRequest.BuildercalcInterim(java.lang.Boolean value)Refer to the description for thecalc_interimquery parameter.FlushJobRequest.Builderend(DateTime value)Refer to the description for theendquery parameter.FlushJobRequest.BuilderjobId(java.lang.String value)Required - Identifier for the anomaly detection job.FlushJobRequest.BuilderskipTime(DateTime value)Refer to the description for theskip_timequery parameter.FlushJobRequest.Builderstart(DateTime value)Refer to the description for thestartquery parameter.Methods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
advanceTime
Refer to the description for theadvance_timequery parameter.API name:
advance_time -
calcInterim
Refer to the description for thecalc_interimquery parameter.API name:
calc_interim -
end
Refer to the description for theendquery parameter.API name:
end -
jobId
Required - Identifier for the anomaly detection job.API name:
job_id -
skipTime
Refer to the description for theskip_timequery parameter.API name:
skip_time -
start
Refer to the description for thestartquery parameter.API name:
start -
build
Builds aFlushJobRequest.- Specified by:
buildin interfaceObjectBuilder<FlushJobRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-