101102103104105106107
/** * Create a new {@link Max} aggregation with the given name. */ public static MaxBuilder max(String name) { return new MaxBuilder(name); }