Class ChangeTypeBuilders
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.ChangeTypeBuilders
Builders for
ChangeType variants.-
Method Summary
Modifier and TypeMethodDescriptionstatic Dip.Builderdip()Creates a builder for thedipChangeTypevariant.static ChangeTypedip(Function<Dip.Builder, ObjectBuilder<Dip>> fn) Creates a ChangeType of thedipChangeTypevariant.static DistributionChange.BuilderCreates a builder for thedistribution_changeChangeTypevariant.static ChangeTypeCreates a ChangeType of thedistribution_changeChangeTypevariant.static Indeterminable.BuilderCreates a builder for theindeterminableChangeTypevariant.static ChangeTypeCreates a ChangeType of theindeterminableChangeTypevariant.static NonStationary.BuilderCreates a builder for thenon_stationaryChangeTypevariant.static ChangeTypeCreates a ChangeType of thenon_stationaryChangeTypevariant.static Spike.Builderspike()Creates a builder for thespikeChangeTypevariant.static ChangeTypeCreates a ChangeType of thespikeChangeTypevariant.static Stationary.BuilderCreates a builder for thestationaryChangeTypevariant.static ChangeTypeCreates a ChangeType of thestationaryChangeTypevariant.static StepChange.BuilderCreates a builder for thestep_changeChangeTypevariant.static ChangeTypeCreates a ChangeType of thestep_changeChangeTypevariant.static TrendChange.BuilderCreates a builder for thetrend_changeChangeTypevariant.static ChangeTypeCreates a ChangeType of thetrend_changeChangeTypevariant.
-
Method Details
-
dip
Creates a builder for thedipChangeTypevariant. -
dip
Creates a ChangeType of thedipChangeTypevariant. -
distributionChange
Creates a builder for thedistribution_changeChangeTypevariant. -
distributionChange
public static ChangeType distributionChange(Function<DistributionChange.Builder, ObjectBuilder<DistributionChange>> fn) Creates a ChangeType of thedistribution_changeChangeTypevariant. -
indeterminable
Creates a builder for theindeterminableChangeTypevariant. -
indeterminable
public static ChangeType indeterminable(Function<Indeterminable.Builder, ObjectBuilder<Indeterminable>> fn) Creates a ChangeType of theindeterminableChangeTypevariant. -
nonStationary
Creates a builder for thenon_stationaryChangeTypevariant. -
nonStationary
public static ChangeType nonStationary(Function<NonStationary.Builder, ObjectBuilder<NonStationary>> fn) Creates a ChangeType of thenon_stationaryChangeTypevariant. -
spike
Creates a builder for thespikeChangeTypevariant. -
spike
Creates a ChangeType of thespikeChangeTypevariant. -
stationary
Creates a builder for thestationaryChangeTypevariant. -
stationary
Creates a ChangeType of thestationaryChangeTypevariant. -
stepChange
Creates a builder for thestep_changeChangeTypevariant. -
stepChange
Creates a ChangeType of thestep_changeChangeTypevariant. -
trendChange
Creates a builder for thetrend_changeChangeTypevariant. -
trendChange
Creates a ChangeType of thetrend_changeChangeTypevariant.
-