Class SyncJobDeleteRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.connector.SyncJobDeleteRequest
Delete a connector sync job.
Remove a connector sync job and its associated data. This is a destructive action that is not recoverable.
- 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<SyncJobDeleteRequest,
SyncJobDeleteResponse, ErrorResponse> Endpoint "connector.sync_job_delete
". -
Method Summary
Modifier and TypeMethodDescriptionfinal String
Required - The unique identifier of the connector sync job to be deletedstatic SyncJobDeleteRequest
Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "connector.sync_job_delete
".
-
-
Method Details
-
of
public static SyncJobDeleteRequest of(Function<SyncJobDeleteRequest.Builder, ObjectBuilder<SyncJobDeleteRequest>> fn) -
connectorSyncJobId
Required - The unique identifier of the connector sync job to be deletedAPI name:
connector_sync_job_id
-