Class DestConfig.Builder
java.lang.Object
org.elasticsearch.client.transform.transforms.DestConfig.Builder
- Enclosing class:
- DestConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets which index to which to write the datasetPipeline(String pipeline) Sets the pipeline through which the indexed documents should be processed
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setIndex
Sets which index to which to write the data- Parameters:
index- where to write the data- Returns:
- The
DestConfig.Builderwith index set
-
setPipeline
Sets the pipeline through which the indexed documents should be processed- Parameters:
pipeline- The pipeline ID- Returns:
- The
DestConfig.Builderwith pipeline set
-
build
-