Interface GeospatialMapAggregatedFieldWells.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GeospatialMapAggregatedFieldWells.Builder,
,GeospatialMapAggregatedFieldWells> SdkBuilder<GeospatialMapAggregatedFieldWells.Builder,
,GeospatialMapAggregatedFieldWells> SdkPojo
- Enclosing class:
GeospatialMapAggregatedFieldWells
-
Method Summary
Modifier and TypeMethodDescriptioncolors
(Collection<DimensionField> colors) The color field wells of a geospatial map.colors
(Consumer<DimensionField.Builder>... colors) The color field wells of a geospatial map.colors
(DimensionField... colors) The color field wells of a geospatial map.geospatial
(Collection<DimensionField> geospatial) The geospatial field wells of a geospatial map.geospatial
(Consumer<DimensionField.Builder>... geospatial) The geospatial field wells of a geospatial map.geospatial
(DimensionField... geospatial) The geospatial field wells of a geospatial map.values
(Collection<MeasureField> values) The size field wells of a geospatial map.values
(Consumer<MeasureField.Builder>... values) The size field wells of a geospatial map.values
(MeasureField... values) The size field wells of a geospatial map.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
geospatial
The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.
- Parameters:
geospatial
- The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
geospatial
The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.
- Parameters:
geospatial
- The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
geospatial
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 viaDimensionField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed togeospatial(List<DimensionField>)
.- Parameters:
geospatial
- a consumer that will call methods onDimensionField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
values
The size field wells of a geospatial map. Values are aggregated based on geospatial fields.
- Parameters:
values
- The size field wells of a geospatial map. Values are aggregated based on geospatial fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The size field wells of a geospatial map. Values are aggregated based on geospatial fields.
- Parameters:
values
- The size field wells of a geospatial map. Values are aggregated based on geospatial fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaMeasureField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovalues(List<MeasureField>)
.- Parameters:
values
- a consumer that will call methods onMeasureField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
colors
The color field wells of a geospatial map.
- Parameters:
colors
- The color field wells of a geospatial map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
colors
The color field wells of a geospatial map.
- Parameters:
colors
- The color field wells of a geospatial map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaDimensionField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocolors(List<DimensionField>)
.- Parameters:
colors
- a consumer that will call methods onDimensionField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-