Class SyncJobListRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.connector.SyncJobListRequest
Get all connector sync jobs.
Get information about all stored connector sync jobs listed by their creation date in ascending order.
- 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<SyncJobListRequest,
SyncJobListResponse, ErrorResponse> Endpoint "connector.sync_job_list
". -
Method Summary
Modifier and TypeMethodDescriptionfinal String
A connector id to fetch connector sync jobs forfinal Integer
from()
Starting offset (default: 0)final List<SyncJobType>
jobType()
A comma-separated list of job types to fetch the sync jobs forstatic SyncJobListRequest
final Integer
size()
Specifies a max number of results to getfinal SyncStatus
status()
A sync job status to fetch connector sync jobs forMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "connector.sync_job_list
".
-
-
Method Details
-
of
public static SyncJobListRequest of(Function<SyncJobListRequest.Builder, ObjectBuilder<SyncJobListRequest>> fn) -
connectorId
A connector id to fetch connector sync jobs forAPI name:
connector_id
-
from
Starting offset (default: 0)API name:
from
-
jobType
A comma-separated list of job types to fetch the sync jobs forAPI name:
job_type
-
size
Specifies a max number of results to getAPI name:
size
-
status
A sync job status to fetch connector sync jobs forAPI name:
status
-