Class ApiKeyAggregationBuilders
java.lang.Object
co.elastic.clients.elasticsearch.security.query_api_keys.ApiKeyAggregationBuilders
Builders for
ApiKeyAggregation
variants.-
Method Summary
Modifier and TypeMethodDescriptionCreates a builder for thecardinality
ApiKeyAggregation
variant.static ApiKeyAggregation
Creates a ApiKeyAggregation of thecardinality
ApiKeyAggregation
variant.static CompositeAggregation.Builder
Creates a builder for thecomposite
ApiKeyAggregation
variant.static ApiKeyAggregation
Creates a ApiKeyAggregation of thecomposite
ApiKeyAggregation
variant.static DateRangeAggregation.Builder
Creates a builder for thedate_range
ApiKeyAggregation
variant.static ApiKeyAggregation
Creates a ApiKeyAggregation of thedate_range
ApiKeyAggregation
variant.static ApiKeyQuery.Builder
filter()
Creates a builder for thefilter
ApiKeyAggregation
variant.static ApiKeyAggregation
Creates a ApiKeyAggregation of thefilter
ApiKeyAggregation
variant.filters()
Creates a builder for thefilters
ApiKeyAggregation
variant.static ApiKeyAggregation
Creates a ApiKeyAggregation of thefilters
ApiKeyAggregation
variant.static MissingAggregation.Builder
missing()
Creates a builder for themissing
ApiKeyAggregation
variant.static ApiKeyAggregation
Creates a ApiKeyAggregation of themissing
ApiKeyAggregation
variant.static RangeAggregation.Builder
range()
Creates a builder for therange
ApiKeyAggregation
variant.static ApiKeyAggregation
Creates a ApiKeyAggregation of therange
ApiKeyAggregation
variant.static TermsAggregation.Builder
terms()
Creates a builder for theterms
ApiKeyAggregation
variant.static ApiKeyAggregation
Creates a ApiKeyAggregation of theterms
ApiKeyAggregation
variant.Creates a builder for thevalue_count
ApiKeyAggregation
variant.static ApiKeyAggregation
Creates a ApiKeyAggregation of thevalue_count
ApiKeyAggregation
variant.
-
Method Details
-
cardinality
Creates a builder for thecardinality
ApiKeyAggregation
variant. -
cardinality
public static ApiKeyAggregation cardinality(Function<CardinalityAggregation.Builder, ObjectBuilder<CardinalityAggregation>> fn) Creates a ApiKeyAggregation of thecardinality
ApiKeyAggregation
variant. -
composite
Creates a builder for thecomposite
ApiKeyAggregation
variant. -
composite
public static ApiKeyAggregation composite(Function<CompositeAggregation.Builder, ObjectBuilder<CompositeAggregation>> fn) Creates a ApiKeyAggregation of thecomposite
ApiKeyAggregation
variant. -
dateRange
Creates a builder for thedate_range
ApiKeyAggregation
variant. -
dateRange
public static ApiKeyAggregation dateRange(Function<DateRangeAggregation.Builder, ObjectBuilder<DateRangeAggregation>> fn) Creates a ApiKeyAggregation of thedate_range
ApiKeyAggregation
variant. -
filter
Creates a builder for thefilter
ApiKeyAggregation
variant. -
filter
Creates a ApiKeyAggregation of thefilter
ApiKeyAggregation
variant. -
filters
Creates a builder for thefilters
ApiKeyAggregation
variant. -
filters
public static ApiKeyAggregation filters(Function<ApiKeyFiltersAggregation.Builder, ObjectBuilder<ApiKeyFiltersAggregation>> fn) Creates a ApiKeyAggregation of thefilters
ApiKeyAggregation
variant. -
missing
Creates a builder for themissing
ApiKeyAggregation
variant. -
missing
public static ApiKeyAggregation missing(Function<MissingAggregation.Builder, ObjectBuilder<MissingAggregation>> fn) Creates a ApiKeyAggregation of themissing
ApiKeyAggregation
variant. -
range
Creates a builder for therange
ApiKeyAggregation
variant. -
range
public static ApiKeyAggregation range(Function<RangeAggregation.Builder, ObjectBuilder<RangeAggregation>> fn) Creates a ApiKeyAggregation of therange
ApiKeyAggregation
variant. -
terms
Creates a builder for theterms
ApiKeyAggregation
variant. -
terms
public static ApiKeyAggregation terms(Function<TermsAggregation.Builder, ObjectBuilder<TermsAggregation>> fn) Creates a ApiKeyAggregation of theterms
ApiKeyAggregation
variant. -
valueCount
Creates a builder for thevalue_count
ApiKeyAggregation
variant. -
valueCount
public static ApiKeyAggregation valueCount(Function<ValueCountAggregation.Builder, ObjectBuilder<ValueCountAggregation>> fn) Creates a ApiKeyAggregation of thevalue_count
ApiKeyAggregation
variant.
-