public static interface GeospatialMapAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<GeospatialMapAggregatedFieldWells.Builder,GeospatialMapAggregatedFieldWells>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGeospatialMapAggregatedFieldWells.Builder geospatial(Collection<DimensionField> geospatial)
The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.
geospatial - The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.GeospatialMapAggregatedFieldWells.Builder geospatial(DimensionField... geospatial)
The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.
geospatial - The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.GeospatialMapAggregatedFieldWells.Builder geospatial(Consumer<DimensionField.Builder>... geospatial)
The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.
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 #geospatial(List.
geospatial - a consumer that will call methods on
DimensionField.Builder#geospatial(java.util.Collection) GeospatialMapAggregatedFieldWells.Builder values(Collection<MeasureField> values)
The size field wells of a geospatial map. Values are aggregated based on geospatial fields.
values - The size field wells of a geospatial map. Values are aggregated based on geospatial fields.GeospatialMapAggregatedFieldWells.Builder values(MeasureField... values)
The size field wells of a geospatial map. Values are aggregated based on geospatial fields.
values - The size field wells of a geospatial map. Values are aggregated based on geospatial fields.GeospatialMapAggregatedFieldWells.Builder values(Consumer<MeasureField.Builder>... values)
The size field wells of a geospatial map. Values are aggregated based on geospatial fields.
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) GeospatialMapAggregatedFieldWells.Builder colors(Collection<DimensionField> colors)
The color field wells of a geospatial map.
colors - The color field wells of a geospatial map.GeospatialMapAggregatedFieldWells.Builder colors(DimensionField... colors)
The color field wells of a geospatial map.
colors - The color field wells of a geospatial map.GeospatialMapAggregatedFieldWells.Builder colors(Consumer<DimensionField.Builder>... colors)
The color field wells of a geospatial 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 #colors(List.
colors - a consumer that will call methods on
DimensionField.Builder#colors(java.util.Collection) Copyright © 2023. All rights reserved.