public static interface HistogramAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<HistogramAggregatedFieldWells.Builder,HistogramAggregatedFieldWells>
| Modifier and Type | Method and Description |
|---|---|
HistogramAggregatedFieldWells.Builder |
values(Collection<MeasureField> values)
The value field wells of a histogram.
|
HistogramAggregatedFieldWells.Builder |
values(Consumer<MeasureField.Builder>... values)
The value field wells of a histogram.
|
HistogramAggregatedFieldWells.Builder |
values(MeasureField... values)
The value field wells of a histogram.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHistogramAggregatedFieldWells.Builder values(Collection<MeasureField> values)
The value field wells of a histogram. Values are aggregated by COUNT or
DISTINCT_COUNT.
values - The value field wells of a histogram. Values are aggregated by COUNT or
DISTINCT_COUNT.HistogramAggregatedFieldWells.Builder values(MeasureField... values)
The value field wells of a histogram. Values are aggregated by COUNT or
DISTINCT_COUNT.
values - The value field wells of a histogram. Values are aggregated by COUNT or
DISTINCT_COUNT.HistogramAggregatedFieldWells.Builder values(Consumer<MeasureField.Builder>... values)
The value field wells of a histogram. Values are aggregated by COUNT or
DISTINCT_COUNT.
MeasureField.Builder avoiding the need to create one
manually via MeasureField.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #values(List.
values - a consumer that will call methods on
MeasureField.Builder#values(java.util.Collection) Copyright © 2023. All rights reserved.