public static interface HistogramFieldWells.Builder extends SdkPojo, CopyableBuilder<HistogramFieldWells.Builder,HistogramFieldWells>
| Modifier and Type | Method and Description |
|---|---|
default HistogramFieldWells.Builder |
histogramAggregatedFieldWells(Consumer<HistogramAggregatedFieldWells.Builder> histogramAggregatedFieldWells)
The field well configuration of a histogram.
|
HistogramFieldWells.Builder |
histogramAggregatedFieldWells(HistogramAggregatedFieldWells histogramAggregatedFieldWells)
The field well configuration of a histogram.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHistogramFieldWells.Builder histogramAggregatedFieldWells(HistogramAggregatedFieldWells histogramAggregatedFieldWells)
The field well configuration of a histogram.
histogramAggregatedFieldWells - The field well configuration of a histogram.default HistogramFieldWells.Builder histogramAggregatedFieldWells(Consumer<HistogramAggregatedFieldWells.Builder> histogramAggregatedFieldWells)
The field well configuration of a histogram.
This is a convenience method that creates an instance of theHistogramAggregatedFieldWells.Builder
avoiding the need to create one manually via HistogramAggregatedFieldWells.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to histogramAggregatedFieldWells(HistogramAggregatedFieldWells).
histogramAggregatedFieldWells - a consumer that will call methods on HistogramAggregatedFieldWells.BuilderhistogramAggregatedFieldWells(HistogramAggregatedFieldWells)Copyright © 2023. All rights reserved.