Class GetDatafeedsRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<GetDatafeedsRequest.Builder>
co.elastic.clients.elasticsearch.ml.GetDatafeedsRequest.Builder
- All Implemented Interfaces:
WithJson<GetDatafeedsRequest.Builder>,ObjectBuilder<GetDatafeedsRequest>
- Enclosing class:
- GetDatafeedsRequest
public static class GetDatafeedsRequest.Builder
extends RequestBase.AbstractBuilder<GetDatafeedsRequest.Builder>
implements ObjectBuilder<GetDatafeedsRequest>
Builder for
GetDatafeedsRequest.-
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 aGetDatafeedsRequest.datafeedId(String value, String... values) Identifier for the datafeed.datafeedId(List<String> list) Identifier for the datafeed.excludeGenerated(Boolean value) Indicates if certain fields should be removed from the configuration on retrieval.protected GetDatafeedsRequest.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. -
excludeGenerated
Indicates if certain fields should be removed from the configuration on retrieval. This allows the configuration to be in an acceptable format to be retrieved and then added to another cluster.API name:
exclude_generated -
self
- Specified by:
selfin classRequestBase.AbstractBuilder<GetDatafeedsRequest.Builder>
-
build
Builds aGetDatafeedsRequest.- Specified by:
buildin interfaceObjectBuilder<GetDatafeedsRequest>- Throws:
NullPointerException- if some of the required fields are null.
-