Class StartJobRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<StartJobRequest.Builder>
co.elastic.clients.elasticsearch.rollup.StartJobRequest.Builder
- All Implemented Interfaces:
WithJson<StartJobRequest.Builder>
,ObjectBuilder<StartJobRequest>
- Enclosing class:
- StartJobRequest
@Deprecated
public static class StartJobRequest.Builder
extends RequestBase.AbstractBuilder<StartJobRequest.Builder>
implements ObjectBuilder<StartJobRequest>
Deprecated.
Builder for
StartJobRequest
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Deprecated.Builds aStartJobRequest
.final StartJobRequest.Builder
Deprecated.Required - Identifier for the rollup job.protected StartJobRequest.Builder
self()
Deprecated.Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJson
Methods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
id
Deprecated.Required - Identifier for the rollup job.API name:
id
-
self
Deprecated.- Specified by:
self
in classRequestBase.AbstractBuilder<StartJobRequest.Builder>
-
build
Deprecated.Builds aStartJobRequest
.- Specified by:
build
in interfaceObjectBuilder<StartJobRequest>
- Throws:
NullPointerException
- if some of the required fields are null.
-