public static interface HeatMapAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<HeatMapAggregatedFieldWells.Builder,HeatMapAggregatedFieldWells>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHeatMapAggregatedFieldWells.Builder rows(Collection<DimensionField> rows)
The rows field well of a heat map.
rows - The rows field well of a heat map.HeatMapAggregatedFieldWells.Builder rows(DimensionField... rows)
The rows field well of a heat map.
rows - The rows field well of a heat map.HeatMapAggregatedFieldWells.Builder rows(Consumer<DimensionField.Builder>... rows)
The rows field well of a heat map.
This is a convenience method that creates an instance of theDimensionField.Builder avoiding the need to create
one manually via DimensionField.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #rows(List.
rows - a consumer that will call methods on
DimensionField.Builder#rows(java.util.Collection) HeatMapAggregatedFieldWells.Builder columns(Collection<DimensionField> columns)
The columns field well of a heat map.
columns - The columns field well of a heat map.HeatMapAggregatedFieldWells.Builder columns(DimensionField... columns)
The columns field well of a heat map.
columns - The columns field well of a heat map.HeatMapAggregatedFieldWells.Builder columns(Consumer<DimensionField.Builder>... columns)
The columns field well of a heat map.
This is a convenience method that creates an instance of theDimensionField.Builder avoiding the need to create
one manually via DimensionField.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #columns(List.
columns - a consumer that will call methods on
DimensionField.Builder#columns(java.util.Collection) HeatMapAggregatedFieldWells.Builder values(Collection<MeasureField> values)
The values field well of a heat map.
values - The values field well of a heat map.HeatMapAggregatedFieldWells.Builder values(MeasureField... values)
The values field well of a heat map.
values - The values field well of a heat map.HeatMapAggregatedFieldWells.Builder values(Consumer<MeasureField.Builder>... values)
The values field well of a heat map.
This is a convenience method that creates an instance of theMeasureField.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.