248249250251252253254
/** * Create a new {@link Percentiles} aggregation with the given name. */ public static PercentilesBuilder percentiles(String name) { return new PercentilesBuilder(name); }