Class GroupConfig.Builder
java.lang.Object
org.elasticsearch.client.transform.transforms.pivot.GroupConfig.Builder
- Enclosing class:
- GroupConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()groupBy(String name, SingleGroupSource group)Add a new grouping to the builder
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
groupBy
Add a new grouping to the builder- Parameters:
name- The name of the resulting grouped fieldgroup- The type of grouping referenced- Returns:
- The
GroupConfig.Builderwith a new grouping entry added
-
build
-