Class SyncJobCheckInRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.connector.SyncJobCheckInRequest
Check in a connector sync job. Check in a connector sync job and set the
last_seen
field to the current time before updating it in the
internal index.
To sync data using self-managed connectors, you need to deploy the Elastic connector service on your own infrastructure. This service runs automatically on Elastic Cloud for Elastic managed connectors.
- 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<SyncJobCheckInRequest,
SyncJobCheckInResponse, ErrorResponse> Endpoint "connector.sync_job_check_in
". -
Method Summary
Modifier and TypeMethodDescriptionfinal String
Required - The unique identifier of the connector sync job to be checked in.static SyncJobCheckInRequest
Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "connector.sync_job_check_in
".
-
-
Method Details
-
of
public static SyncJobCheckInRequest of(Function<SyncJobCheckInRequest.Builder, ObjectBuilder<SyncJobCheckInRequest>> fn) -
connectorSyncJobId
Required - The unique identifier of the connector sync job to be checked in.API name:
connector_sync_job_id
-