Class ResetTransformRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<ResetTransformRequest.Builder>
co.elastic.clients.elasticsearch.transform.ResetTransformRequest.Builder
- All Implemented Interfaces:
WithJson<ResetTransformRequest.Builder>,ObjectBuilder<ResetTransformRequest>
- Enclosing class:
- ResetTransformRequest
public static class ResetTransformRequest.Builder
extends RequestBase.AbstractBuilder<ResetTransformRequest.Builder>
implements ObjectBuilder<ResetTransformRequest>
Builder for
ResetTransformRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aResetTransformRequest.If this value istrue, the transform is reset regardless of its current state.protected ResetTransformRequest.Builderself()Period to wait for a response.Period to wait for a response.transformId(String value) Required - Identifier for the transform.Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
force
If this value istrue, the transform is reset regardless of its current state. If it'sfalse, the transform must be stopped before it can be reset.API name:
force -
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 -
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
Required - Identifier for the transform. This identifier can contain lowercase alphanumeric characters (a-z and 0-9), hyphens, and underscores. It has a 64 character limit and must start and end with alphanumeric characters.API name:
transform_id -
self
- Specified by:
selfin classRequestBase.AbstractBuilder<ResetTransformRequest.Builder>
-
build
Builds aResetTransformRequest.- Specified by:
buildin interfaceObjectBuilder<ResetTransformRequest>- Throws:
NullPointerException- if some of the required fields are null.
-