Class GetDataFrameAnalyticsRequest.Builder
java.lang.Object
co.elastic.clients.elasticsearch.ml.GetDataFrameAnalyticsRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<GetDataFrameAnalyticsRequest>
- Enclosing class:
- GetDataFrameAnalyticsRequest
public static class GetDataFrameAnalyticsRequest.Builder extends java.lang.Object implements ObjectBuilder<GetDataFrameAnalyticsRequest>
Builder for
GetDataFrameAnalyticsRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description GetDataFrameAnalyticsRequest.BuilderallowNoMatch(java.lang.Boolean value)Whether to ignore if a wildcard expression matches no data frame analytics.GetDataFrameAnalyticsRequestbuild()Builds aGetDataFrameAnalyticsRequest.GetDataFrameAnalyticsRequest.BuilderexcludeGenerated(java.lang.Boolean value)Indicates if certain fields should be removed from the configuration on retrieval.GetDataFrameAnalyticsRequest.Builderfrom(java.lang.Integer value)Skips the specified number of data frame analytics jobs.GetDataFrameAnalyticsRequest.Builderid(java.lang.String value)Identifier for the data frame analytics job.GetDataFrameAnalyticsRequest.Buildersize(java.lang.Integer value)Specifies the maximum number of data frame analytics jobs to obtain.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
Identifier for the data frame analytics job. If you do not specify this option, the API returns information for the first hundred data frame analytics jobs.API name:
id -
allowNoMatch
Whether to ignore if a wildcard expression matches no data frame analytics. (This includes_allstring or when no data frame analytics have been specified)API name:
allow_no_match -
from
Skips the specified number of data frame analytics jobs.API name:
from -
size
Specifies the maximum number of data frame analytics jobs to obtain.API name:
size -
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 -
build
Builds aGetDataFrameAnalyticsRequest.- Specified by:
buildin interfaceObjectBuilder<GetDataFrameAnalyticsRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-