Class StartTransformRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.transform.StartTransformRequest
public class StartTransformRequest extends RequestBase
Starts one or more transforms.
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StartTransformRequest.Builder
Builder forStartTransformRequest
.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
Fields Modifier and Type Field Description static Endpoint<StartTransformRequest,StartTransformResponse,ErrorResponse>
_ENDPOINT
Endpoint "transform.start_transform
". -
Method Summary
Modifier and Type Method Description static StartTransformRequest
of(java.util.function.Function<StartTransformRequest.Builder,ObjectBuilder<StartTransformRequest>> fn)
Time
timeout()
Controls the time to wait for the transform to startjava.lang.String
transformId()
Required - The id of the transform to startMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_ENDPOINT
public static final Endpoint<StartTransformRequest,StartTransformResponse,ErrorResponse> _ENDPOINTEndpoint "transform.start_transform
".
-
-
Method Details
-
of
public static StartTransformRequest of(java.util.function.Function<StartTransformRequest.Builder,ObjectBuilder<StartTransformRequest>> fn) -
timeout
Controls the time to wait for the transform to startAPI name:
timeout
-
transformId
public final java.lang.String transformId()Required - The id of the transform to startAPI name:
transform_id
-