Class GetDatafeedStatsRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<GetDatafeedStatsRequest.Builder>
co.elastic.clients.elasticsearch.ml.GetDatafeedStatsRequest.Builder
- All Implemented Interfaces:
WithJson<GetDatafeedStatsRequest.Builder>
,ObjectBuilder<GetDatafeedStatsRequest>
- Enclosing class:
- GetDatafeedStatsRequest
public static class GetDatafeedStatsRequest.Builder
extends RequestBase.AbstractBuilder<GetDatafeedStatsRequest.Builder>
implements ObjectBuilder<GetDatafeedStatsRequest>
Builder for
GetDatafeedStatsRequest
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionallowNoMatch
(Boolean value) Specifies what to do when the request: Contains wildcard expressions and there are no datafeeds that match. Contains the_all
string or no identifiers and there are no matches. Contains wildcard expressions and there are only partial matches.build()
Builds aGetDatafeedStatsRequest
.datafeedId
(String value, String... values) Identifier for the datafeed.datafeedId
(List<String> list) Identifier for the datafeed.protected GetDatafeedStatsRequest.Builder
self()
Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJson
Methods 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 datafeeds that match.
- Contains the
_all
string or no identifiers and there are no matches. - Contains wildcard expressions and there are only partial matches.
The default value is
true
, which returns an emptydatafeeds
array when there are no matches and the subset of results when there are partial matches. If this parameter isfalse
, the request returns a404
status code when there are no matches or only partial matches.API name:
allow_no_match
-
datafeedId
Identifier for the datafeed. It can be a datafeed identifier or a wildcard expression. If you do not specify one of these options, the API returns information about all datafeeds.API name:
datafeed_id
Adds all elements of
list
todatafeedId
. -
datafeedId
Identifier for the datafeed. It can be a datafeed identifier or a wildcard expression. If you do not specify one of these options, the API returns information about all datafeeds.API name:
datafeed_id
Adds one or more values to
datafeedId
. -
self
- Specified by:
self
in classRequestBase.AbstractBuilder<GetDatafeedStatsRequest.Builder>
-
build
Builds aGetDatafeedStatsRequest
.- Specified by:
build
in interfaceObjectBuilder<GetDatafeedStatsRequest>
- Throws:
NullPointerException
- if some of the required fields are null.
-