Class ApiKeyAggregateBuilders
java.lang.Object
co.elastic.clients.elasticsearch.security.query_api_keys.ApiKeyAggregateBuilders
Builders for
ApiKeyAggregate variants.-
Method Summary
Modifier and TypeMethodDescriptionstatic CardinalityAggregate.BuilderCreates a builder for thecardinalityApiKeyAggregatevariant.static ApiKeyAggregateCreates a ApiKeyAggregate of thecardinalityApiKeyAggregatevariant.static CompositeAggregate.BuilderCreates a builder for thecompositeApiKeyAggregatevariant.static ApiKeyAggregateCreates a ApiKeyAggregate of thecompositeApiKeyAggregatevariant.static DateRangeAggregate.BuilderCreates a builder for thedate_rangeApiKeyAggregatevariant.static ApiKeyAggregateCreates a ApiKeyAggregate of thedate_rangeApiKeyAggregatevariant.static DoubleTermsAggregate.Builderdterms()Creates a builder for thedtermsApiKeyAggregatevariant.static ApiKeyAggregateCreates a ApiKeyAggregate of thedtermsApiKeyAggregatevariant.static FilterAggregate.Builderfilter()Creates a builder for thefilterApiKeyAggregatevariant.static ApiKeyAggregateCreates a ApiKeyAggregate of thefilterApiKeyAggregatevariant.static FiltersAggregate.Builderfilters()Creates a builder for thefiltersApiKeyAggregatevariant.static ApiKeyAggregateCreates a ApiKeyAggregate of thefiltersApiKeyAggregatevariant.static LongTermsAggregate.Builderlterms()Creates a builder for theltermsApiKeyAggregatevariant.static ApiKeyAggregateCreates a ApiKeyAggregate of theltermsApiKeyAggregatevariant.static MissingAggregate.Buildermissing()Creates a builder for themissingApiKeyAggregatevariant.static ApiKeyAggregateCreates a ApiKeyAggregate of themissingApiKeyAggregatevariant.static MultiTermsAggregate.BuilderCreates a builder for themulti_termsApiKeyAggregatevariant.static ApiKeyAggregateCreates a ApiKeyAggregate of themulti_termsApiKeyAggregatevariant.static RangeAggregate.Builderrange()Creates a builder for therangeApiKeyAggregatevariant.static ApiKeyAggregateCreates a ApiKeyAggregate of therangeApiKeyAggregatevariant.static StringTermsAggregate.Buildersterms()Creates a builder for thestermsApiKeyAggregatevariant.static ApiKeyAggregateCreates a ApiKeyAggregate of thestermsApiKeyAggregatevariant.umterms()Creates a builder for theumtermsApiKeyAggregatevariant.static ApiKeyAggregateCreates a ApiKeyAggregate of theumtermsApiKeyAggregatevariant.static ValueCountAggregate.BuilderCreates a builder for thevalue_countApiKeyAggregatevariant.static ApiKeyAggregateCreates a ApiKeyAggregate of thevalue_countApiKeyAggregatevariant.
-
Method Details
-
cardinality
Creates a builder for thecardinalityApiKeyAggregatevariant. -
cardinality
public static ApiKeyAggregate cardinality(Function<CardinalityAggregate.Builder, ObjectBuilder<CardinalityAggregate>> fn) Creates a ApiKeyAggregate of thecardinalityApiKeyAggregatevariant. -
composite
Creates a builder for thecompositeApiKeyAggregatevariant. -
composite
public static ApiKeyAggregate composite(Function<CompositeAggregate.Builder, ObjectBuilder<CompositeAggregate>> fn) Creates a ApiKeyAggregate of thecompositeApiKeyAggregatevariant. -
dateRange
Creates a builder for thedate_rangeApiKeyAggregatevariant. -
dateRange
public static ApiKeyAggregate dateRange(Function<DateRangeAggregate.Builder, ObjectBuilder<DateRangeAggregate>> fn) Creates a ApiKeyAggregate of thedate_rangeApiKeyAggregatevariant. -
dterms
Creates a builder for thedtermsApiKeyAggregatevariant. -
dterms
public static ApiKeyAggregate dterms(Function<DoubleTermsAggregate.Builder, ObjectBuilder<DoubleTermsAggregate>> fn) Creates a ApiKeyAggregate of thedtermsApiKeyAggregatevariant. -
filter
Creates a builder for thefilterApiKeyAggregatevariant. -
filter
public static ApiKeyAggregate filter(Function<FilterAggregate.Builder, ObjectBuilder<FilterAggregate>> fn) Creates a ApiKeyAggregate of thefilterApiKeyAggregatevariant. -
filters
Creates a builder for thefiltersApiKeyAggregatevariant. -
filters
public static ApiKeyAggregate filters(Function<FiltersAggregate.Builder, ObjectBuilder<FiltersAggregate>> fn) Creates a ApiKeyAggregate of thefiltersApiKeyAggregatevariant. -
lterms
Creates a builder for theltermsApiKeyAggregatevariant. -
lterms
public static ApiKeyAggregate lterms(Function<LongTermsAggregate.Builder, ObjectBuilder<LongTermsAggregate>> fn) Creates a ApiKeyAggregate of theltermsApiKeyAggregatevariant. -
missing
Creates a builder for themissingApiKeyAggregatevariant. -
missing
public static ApiKeyAggregate missing(Function<MissingAggregate.Builder, ObjectBuilder<MissingAggregate>> fn) Creates a ApiKeyAggregate of themissingApiKeyAggregatevariant. -
multiTerms
Creates a builder for themulti_termsApiKeyAggregatevariant. -
multiTerms
public static ApiKeyAggregate multiTerms(Function<MultiTermsAggregate.Builder, ObjectBuilder<MultiTermsAggregate>> fn) Creates a ApiKeyAggregate of themulti_termsApiKeyAggregatevariant. -
range
Creates a builder for therangeApiKeyAggregatevariant. -
range
public static ApiKeyAggregate range(Function<RangeAggregate.Builder, ObjectBuilder<RangeAggregate>> fn) Creates a ApiKeyAggregate of therangeApiKeyAggregatevariant. -
sterms
Creates a builder for thestermsApiKeyAggregatevariant. -
sterms
public static ApiKeyAggregate sterms(Function<StringTermsAggregate.Builder, ObjectBuilder<StringTermsAggregate>> fn) Creates a ApiKeyAggregate of thestermsApiKeyAggregatevariant. -
umterms
Creates a builder for theumtermsApiKeyAggregatevariant. -
umterms
public static ApiKeyAggregate umterms(Function<UnmappedTermsAggregate.Builder, ObjectBuilder<UnmappedTermsAggregate>> fn) Creates a ApiKeyAggregate of theumtermsApiKeyAggregatevariant. -
valueCount
Creates a builder for thevalue_countApiKeyAggregatevariant. -
valueCount
public static ApiKeyAggregate valueCount(Function<ValueCountAggregate.Builder, ObjectBuilder<ValueCountAggregate>> fn) Creates a ApiKeyAggregate of thevalue_countApiKeyAggregatevariant.
-