Class ApiKeyAggregateBuilders
java.lang.Object
co.elastic.clients.elasticsearch.security.query_api_keys.ApiKeyAggregateBuilders
Builders for
ApiKeyAggregate
variants.-
Method Summary
Modifier and TypeMethodDescriptionstatic CardinalityAggregate.Builder
Creates a builder for thecardinality
ApiKeyAggregate
variant.static ApiKeyAggregate
Creates a ApiKeyAggregate of thecardinality
ApiKeyAggregate
variant.static CompositeAggregate.Builder
Creates a builder for thecomposite
ApiKeyAggregate
variant.static ApiKeyAggregate
Creates a ApiKeyAggregate of thecomposite
ApiKeyAggregate
variant.static DateRangeAggregate.Builder
Creates a builder for thedate_range
ApiKeyAggregate
variant.static ApiKeyAggregate
Creates a ApiKeyAggregate of thedate_range
ApiKeyAggregate
variant.static DoubleTermsAggregate.Builder
dterms()
Creates a builder for thedterms
ApiKeyAggregate
variant.static ApiKeyAggregate
Creates a ApiKeyAggregate of thedterms
ApiKeyAggregate
variant.static FilterAggregate.Builder
filter()
Creates a builder for thefilter
ApiKeyAggregate
variant.static ApiKeyAggregate
Creates a ApiKeyAggregate of thefilter
ApiKeyAggregate
variant.static FiltersAggregate.Builder
filters()
Creates a builder for thefilters
ApiKeyAggregate
variant.static ApiKeyAggregate
Creates a ApiKeyAggregate of thefilters
ApiKeyAggregate
variant.static LongTermsAggregate.Builder
lterms()
Creates a builder for thelterms
ApiKeyAggregate
variant.static ApiKeyAggregate
Creates a ApiKeyAggregate of thelterms
ApiKeyAggregate
variant.static MissingAggregate.Builder
missing()
Creates a builder for themissing
ApiKeyAggregate
variant.static ApiKeyAggregate
Creates a ApiKeyAggregate of themissing
ApiKeyAggregate
variant.static MultiTermsAggregate.Builder
Creates a builder for themulti_terms
ApiKeyAggregate
variant.static ApiKeyAggregate
Creates a ApiKeyAggregate of themulti_terms
ApiKeyAggregate
variant.static RangeAggregate.Builder
range()
Creates a builder for therange
ApiKeyAggregate
variant.static ApiKeyAggregate
Creates a ApiKeyAggregate of therange
ApiKeyAggregate
variant.static StringTermsAggregate.Builder
sterms()
Creates a builder for thesterms
ApiKeyAggregate
variant.static ApiKeyAggregate
Creates a ApiKeyAggregate of thesterms
ApiKeyAggregate
variant.umterms()
Creates a builder for theumterms
ApiKeyAggregate
variant.static ApiKeyAggregate
Creates a ApiKeyAggregate of theumterms
ApiKeyAggregate
variant.static ValueCountAggregate.Builder
Creates a builder for thevalue_count
ApiKeyAggregate
variant.static ApiKeyAggregate
Creates a ApiKeyAggregate of thevalue_count
ApiKeyAggregate
variant.
-
Method Details
-
cardinality
Creates a builder for thecardinality
ApiKeyAggregate
variant. -
cardinality
public static ApiKeyAggregate cardinality(Function<CardinalityAggregate.Builder, ObjectBuilder<CardinalityAggregate>> fn) Creates a ApiKeyAggregate of thecardinality
ApiKeyAggregate
variant. -
composite
Creates a builder for thecomposite
ApiKeyAggregate
variant. -
composite
public static ApiKeyAggregate composite(Function<CompositeAggregate.Builder, ObjectBuilder<CompositeAggregate>> fn) Creates a ApiKeyAggregate of thecomposite
ApiKeyAggregate
variant. -
dateRange
Creates a builder for thedate_range
ApiKeyAggregate
variant. -
dateRange
public static ApiKeyAggregate dateRange(Function<DateRangeAggregate.Builder, ObjectBuilder<DateRangeAggregate>> fn) Creates a ApiKeyAggregate of thedate_range
ApiKeyAggregate
variant. -
dterms
Creates a builder for thedterms
ApiKeyAggregate
variant. -
dterms
public static ApiKeyAggregate dterms(Function<DoubleTermsAggregate.Builder, ObjectBuilder<DoubleTermsAggregate>> fn) Creates a ApiKeyAggregate of thedterms
ApiKeyAggregate
variant. -
filter
Creates a builder for thefilter
ApiKeyAggregate
variant. -
filter
public static ApiKeyAggregate filter(Function<FilterAggregate.Builder, ObjectBuilder<FilterAggregate>> fn) Creates a ApiKeyAggregate of thefilter
ApiKeyAggregate
variant. -
filters
Creates a builder for thefilters
ApiKeyAggregate
variant. -
filters
public static ApiKeyAggregate filters(Function<FiltersAggregate.Builder, ObjectBuilder<FiltersAggregate>> fn) Creates a ApiKeyAggregate of thefilters
ApiKeyAggregate
variant. -
lterms
Creates a builder for thelterms
ApiKeyAggregate
variant. -
lterms
public static ApiKeyAggregate lterms(Function<LongTermsAggregate.Builder, ObjectBuilder<LongTermsAggregate>> fn) Creates a ApiKeyAggregate of thelterms
ApiKeyAggregate
variant. -
missing
Creates a builder for themissing
ApiKeyAggregate
variant. -
missing
public static ApiKeyAggregate missing(Function<MissingAggregate.Builder, ObjectBuilder<MissingAggregate>> fn) Creates a ApiKeyAggregate of themissing
ApiKeyAggregate
variant. -
multiTerms
Creates a builder for themulti_terms
ApiKeyAggregate
variant. -
multiTerms
public static ApiKeyAggregate multiTerms(Function<MultiTermsAggregate.Builder, ObjectBuilder<MultiTermsAggregate>> fn) Creates a ApiKeyAggregate of themulti_terms
ApiKeyAggregate
variant. -
range
Creates a builder for therange
ApiKeyAggregate
variant. -
range
public static ApiKeyAggregate range(Function<RangeAggregate.Builder, ObjectBuilder<RangeAggregate>> fn) Creates a ApiKeyAggregate of therange
ApiKeyAggregate
variant. -
sterms
Creates a builder for thesterms
ApiKeyAggregate
variant. -
sterms
public static ApiKeyAggregate sterms(Function<StringTermsAggregate.Builder, ObjectBuilder<StringTermsAggregate>> fn) Creates a ApiKeyAggregate of thesterms
ApiKeyAggregate
variant. -
umterms
Creates a builder for theumterms
ApiKeyAggregate
variant. -
umterms
public static ApiKeyAggregate umterms(Function<UnmappedTermsAggregate.Builder, ObjectBuilder<UnmappedTermsAggregate>> fn) Creates a ApiKeyAggregate of theumterms
ApiKeyAggregate
variant. -
valueCount
Creates a builder for thevalue_count
ApiKeyAggregate
variant. -
valueCount
public static ApiKeyAggregate valueCount(Function<ValueCountAggregate.Builder, ObjectBuilder<ValueCountAggregate>> fn) Creates a ApiKeyAggregate of thevalue_count
ApiKeyAggregate
variant.
-