276277278279280281282
/** * Create a new {@link GeoBounds} aggregation with the given name. */ public static GeoBoundsBuilder geoBounds(String name) { return new GeoBoundsBuilder(name); }