115116117118119120121
/** * Create a new {@link Sum} aggregation with the given name. */ public static SumBuilder sum(String name) { return new SumBuilder(name); }