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
Constructors -
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_allstring 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.Builderself()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 datafeeds that match.
- Contains the
_allstring 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 emptydatafeedsarray when there are no matches and the subset of results when there are partial matches. If this parameter isfalse, the request returns a404status 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_idAdds all elements of
listtodatafeedId. -
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_idAdds one or more values to
datafeedId. -
self
- Specified by:
selfin classRequestBase.AbstractBuilder<GetDatafeedStatsRequest.Builder>
-
build
Builds aGetDatafeedStatsRequest.- Specified by:
buildin interfaceObjectBuilder<GetDatafeedStatsRequest>- Throws:
NullPointerException- if some of the required fields are null.
-