108109110111112113114
/** * Create a new {@link Min} aggregation with the given name. */ public static MinBuilder min(String name) { return new MinBuilder(name); }