Class StartJobRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.rollup.StartJobRequest
Deprecated.
8.11.0
Start rollup jobs. If you try to start a job that does not exist, an
exception occurs. If you try to start a job that is already started, nothing
happens.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<StartJobRequest,
StartJobResponse, ErrorResponse> Deprecated.Endpoint "rollup.start_job
". -
Method Summary
Modifier and TypeMethodDescriptionfinal String
id()
Deprecated.Required - Identifier for the rollup job.static StartJobRequest
Deprecated.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Deprecated.Endpoint "rollup.start_job
".
-
-
Method Details
-
of
public static StartJobRequest of(Function<StartJobRequest.Builder, ObjectBuilder<StartJobRequest>> fn) Deprecated. -
id
Deprecated.Required - Identifier for the rollup job.API name:
id
-