Class MlJobsRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch.cat.CatRequestBase.AbstractBuilder<MlJobsRequest.Builder>
co.elastic.clients.elasticsearch.cat.MlJobsRequest.Builder
- All Implemented Interfaces:
WithJson<MlJobsRequest.Builder>,ObjectBuilder<MlJobsRequest>
- Enclosing class:
- MlJobsRequest
public static class MlJobsRequest.Builder
extends CatRequestBase.AbstractBuilder<MlJobsRequest.Builder>
implements ObjectBuilder<MlJobsRequest>
Builder for
MlJobsRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal MlJobsRequest.BuilderallowNoMatch(Boolean value) Specifies what to do when the request: Contains wildcard expressions and there are no jobs that match. Contains the_allstring or no identifiers and there are no matches. Contains wildcard expressions and there are only partial matches.build()Builds aMlJobsRequest.final MlJobsRequest.BuilderThe unit used to display byte values.final MlJobsRequest.Builderh(CatAnomalyDetectorColumn value, CatAnomalyDetectorColumn... values) Comma-separated list of column names to display.final MlJobsRequest.Builderh(List<CatAnomalyDetectorColumn> list) Comma-separated list of column names to display.final MlJobsRequest.BuilderIdentifier for the anomaly detection job.final MlJobsRequest.Builders(CatAnomalyDetectorColumn value, CatAnomalyDetectorColumn... values) Comma-separated list of column names or column aliases used to sort the response.final MlJobsRequest.Builders(List<CatAnomalyDetectorColumn> list) Comma-separated list of column names or column aliases used to sort the response.protected MlJobsRequest.Builderself()final MlJobsRequest.BuilderThe unit used to display time values.Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allowNoMatch
Specifies what to do when the request:- Contains wildcard expressions and there are no jobs that match.
- Contains the
_allstring or no identifiers and there are no matches. - Contains wildcard expressions and there are only partial matches.
If
true, the API returns an empty jobs array when there are no matches and the subset of results when there are partial matches. Iffalse, the API returns a 404 status code when there are no matches or only partial matches.API name:
allow_no_match -
bytes
The unit used to display byte values.API name:
bytes -
h
Comma-separated list of column names to display.API name:
hAdds all elements of
listtoh. -
h
public final MlJobsRequest.Builder h(CatAnomalyDetectorColumn value, CatAnomalyDetectorColumn... values) Comma-separated list of column names to display.API name:
hAdds one or more values to
h. -
jobId
Identifier for the anomaly detection job.API name:
job_id -
s
Comma-separated list of column names or column aliases used to sort the response.API name:
sAdds all elements of
listtos. -
s
public final MlJobsRequest.Builder s(CatAnomalyDetectorColumn value, CatAnomalyDetectorColumn... values) Comma-separated list of column names or column aliases used to sort the response.API name:
sAdds one or more values to
s. -
time
The unit used to display time values.API name:
time -
self
- Specified by:
selfin classCatRequestBase.AbstractBuilder<MlJobsRequest.Builder>
-
build
Builds aMlJobsRequest.- Specified by:
buildin interfaceObjectBuilder<MlJobsRequest>- Throws:
NullPointerException- if some of the required fields are null.
-