Class MlJobsRequest.Builder
java.lang.Object
co.elastic.clients.elasticsearch.cat.MlJobsRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<MlJobsRequest>
- Enclosing class:
- MlJobsRequest
public static class MlJobsRequest.Builder extends java.lang.Object implements ObjectBuilder<MlJobsRequest>
Builder for
MlJobsRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description MlJobsRequest.BuilderallowNoJobs(java.lang.Boolean value)Whether to ignore if a wildcard expression matches no jobs.MlJobsRequestbuild()Builds aMlJobsRequest.MlJobsRequest.Builderbytes(Bytes value)The unit in which to display byte valuesMlJobsRequest.BuilderjobId(java.lang.String value)The ID of the jobs stats to fetchMethods 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 ID of the jobs stats to fetchAPI name:
job_id -
allowNoJobs
Whether to ignore if a wildcard expression matches no jobs. (This includes_allstring or when no jobs have been specified)API name:
allow_no_jobs -
bytes
The unit in which to display byte valuesAPI name:
bytes -
build
Builds aMlJobsRequest.- Specified by:
buildin interfaceObjectBuilder<MlJobsRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-