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 Constructor Description Builder() -
Method Summary
Modifier and Type Method Description StartDataFrameAnalyticsResponsebuild()Builds aStartDataFrameAnalyticsResponse.StartDataFrameAnalyticsResponse.Buildernode(java.lang.String value)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, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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:
java.lang.NullPointerException- if some of the required fields are null.
-