Class PreviewTransformRequest.AbstractBuilder<BuilderT extends PreviewTransformRequest.AbstractBuilder<BuilderT>>
java.lang.Object
co.elastic.clients.elasticsearch.transform.PreviewTransformRequest.AbstractBuilder<BuilderT>
- Direct Known Subclasses:
PreviewTransformRequest.Builder,PutTransformRequest.AbstractBuilder
- Enclosing class:
- PreviewTransformRequest
protected abstract static class PreviewTransformRequest.AbstractBuilder<BuilderT extends PreviewTransformRequest.AbstractBuilder<BuilderT>>
extends java.lang.Object
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractBuilder() -
Method Summary
Modifier and Type Method Description BuilderTdescription(java.lang.String value)Free text description of the transform.BuilderTdest(Destination value)The destination for the transform.BuilderTdest(java.util.function.Function<Destination.Builder,ObjectBuilder<Destination>> fn)The destination for the transform.BuilderTfrequency(java.lang.String value)The interval between checks for changes in the source indices when the transform is running continuously.BuilderTlatest(Latest value)The latest method transforms the data by finding the latest document for each unique key.BuilderTlatest(java.util.function.Function<Latest.Builder,ObjectBuilder<Latest>> fn)The latest method transforms the data by finding the latest document for each unique key.BuilderTpivot(Pivot value)The pivot method transforms the data by aggregating and grouping it.BuilderTpivot(java.util.function.Function<Pivot.Builder,ObjectBuilder<Pivot>> fn)The pivot method transforms the data by aggregating and grouping it.BuilderTretentionPolicy(RetentionPolicy value)Defines a retention policy for the transform.BuilderTretentionPolicy(java.util.function.Function<RetentionPolicy.Builder,ObjectBuilder<RetentionPolicy>> fn)Defines a retention policy for the transform.protected abstract BuilderTself()BuilderTsettings(Settings value)Defines optional transform settings.BuilderTsettings(java.util.function.Function<Settings.Builder,ObjectBuilder<Settings>> fn)Defines optional transform settings.BuilderTsource(Source value)The source of the data for the transform.BuilderTsource(java.util.function.Function<Source.Builder,ObjectBuilder<Source>> fn)The source of the data for the transform.BuilderTsync(Sync value)Defines the properties transforms require to run continuously.BuilderTsync(java.util.function.Function<Sync.Builder,ObjectBuilder<Sync>> fn)Defines the properties transforms require to run continuously.BuilderTtransformId(java.lang.String value)The id of the transform to preview.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AbstractBuilder
protected AbstractBuilder()
-
-
Method Details
-
transformId
The id of the transform to preview.API name:
transform_id -
dest
The destination for the transform.API name:
dest -
dest
public BuilderT dest(java.util.function.Function<Destination.Builder,ObjectBuilder<Destination>> fn)The destination for the transform.API name:
dest -
description
Free text description of the transform.API name:
description -
frequency
The interval between checks for changes in the source indices when the transform is running continuously. Also determines the retry interval in the event of transient failures while the transform is searching or indexing. The minimum value is 1s and the maximum is 1h.API name:
frequency -
pivot
The pivot method transforms the data by aggregating and grouping it. These objects define the group by fields and the aggregation to reduce the data.API name:
pivot -
pivot
The pivot method transforms the data by aggregating and grouping it. These objects define the group by fields and the aggregation to reduce the data.API name:
pivot -
source
The source of the data for the transform.API name:
source -
source
The source of the data for the transform.API name:
source -
settings
Defines optional transform settings.API name:
settings -
settings
public BuilderT settings(java.util.function.Function<Settings.Builder,ObjectBuilder<Settings>> fn)Defines optional transform settings.API name:
settings -
sync
Defines the properties transforms require to run continuously.API name:
sync -
sync
Defines the properties transforms require to run continuously.API name:
sync -
retentionPolicy
Defines a retention policy for the transform. Data that meets the defined criteria is deleted from the destination index.API name:
retention_policy -
retentionPolicy
public BuilderT retentionPolicy(java.util.function.Function<RetentionPolicy.Builder,ObjectBuilder<RetentionPolicy>> fn)Defines a retention policy for the transform. Data that meets the defined criteria is deleted from the destination index.API name:
retention_policy -
latest
The latest method transforms the data by finding the latest document for each unique key.API name:
latest -
latest
The latest method transforms the data by finding the latest document for each unique key.API name:
latest -
self
-