Class StartDataFrameAnalyticsResponse.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase.AbstractBuilder<StartDataFrameAnalyticsResponse.Builder>
co.elastic.clients.elasticsearch.ml.StartDataFrameAnalyticsResponse.Builder
- All Implemented Interfaces:
WithJson<StartDataFrameAnalyticsResponse.Builder>,ObjectBuilder<StartDataFrameAnalyticsResponse>
- Enclosing class:
- StartDataFrameAnalyticsResponse
public static class StartDataFrameAnalyticsResponse.Builder
extends AcknowledgedResponseBase.AbstractBuilder<StartDataFrameAnalyticsResponse.Builder>
implements ObjectBuilder<StartDataFrameAnalyticsResponse>
Builder for
StartDataFrameAnalyticsResponse.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aStartDataFrameAnalyticsResponse.Required - The ID of the node that the job was started on.protected StartDataFrameAnalyticsResponse.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase.AbstractBuilder
acknowledgedMethods 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
-
node
Required - The ID of the node that the job was started on. If the job is allowed to open lazily and has not yet been assigned to a node, this value is an empty string.API name:
node -
self
- Specified by:
selfin classAcknowledgedResponseBase.AbstractBuilder<StartDataFrameAnalyticsResponse.Builder>
-
build
Builds aStartDataFrameAnalyticsResponse.- Specified by:
buildin interfaceObjectBuilder<StartDataFrameAnalyticsResponse>- Throws:
NullPointerException- if some of the required fields are null.
-