Class DeleteTransformRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.transform.DeleteTransformRequest

public class DeleteTransformRequest
extends RequestBase
Deletes a transform.
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static DeleteTransformRequest of​(java.util.function.Function<DeleteTransformRequest.Builder,​ObjectBuilder<DeleteTransformRequest>> fn)
    • force

      @Nullable public final java.lang.Boolean force()
      If this value is false, the transform must be stopped before it can be deleted. If true, the transform is deleted regardless of its current state.

      API name: force

    • timeout

      @Nullable public final Time timeout()
      Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.

      API name: timeout

    • transformId

      public final java.lang.String transformId()
      Required - Identifier for the transform.

      API name: transform_id