164165166167168169170
/** * Create a new {@link Nested} aggregation with the given name. */ public static NestedBuilder nested(String name) { return new NestedBuilder(name); }