Class DeleteTransformRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<DeleteTransformRequest.Builder>
co.elastic.clients.elasticsearch.transform.DeleteTransformRequest.Builder
- All Implemented Interfaces:
- WithJson<DeleteTransformRequest.Builder>,- ObjectBuilder<DeleteTransformRequest>
- Enclosing class:
- DeleteTransformRequest
public static class DeleteTransformRequest.Builder
extends RequestBase.AbstractBuilder<DeleteTransformRequest.Builder>
implements ObjectBuilder<DeleteTransformRequest>
Builder for 
DeleteTransformRequest.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds aDeleteTransformRequest.deleteDestIndex(Boolean value) If this value is true, the destination index is deleted together with the transform.If this value is false, the transform must be stopped before it can be deleted.protected DeleteTransformRequest.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.WithJsonObjectBuilderBasewithJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
deleteDestIndexIf this value is true, the destination index is deleted together with the transform. If false, the destination index will not be deletedAPI name: delete_dest_index
- 
forceIf 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
- 
timeoutPeriod to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name: timeout
- 
timeoutPeriod to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name: timeout
- 
transformIdRequired - Identifier for the transform.API name: transform_id
- 
self- Specified by:
- selfin class- RequestBase.AbstractBuilder<DeleteTransformRequest.Builder>
 
- 
buildBuilds aDeleteTransformRequest.- Specified by:
- buildin interface- ObjectBuilder<DeleteTransformRequest>
- Throws:
- NullPointerException- if some of the required fields are null.
 
 
-