Interface GeospatialHeatmapConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GeospatialHeatmapConfiguration.Builder,
,GeospatialHeatmapConfiguration> SdkBuilder<GeospatialHeatmapConfiguration.Builder,
,GeospatialHeatmapConfiguration> SdkPojo
- Enclosing class:
GeospatialHeatmapConfiguration
public static interface GeospatialHeatmapConfiguration.Builder
extends SdkPojo, CopyableBuilder<GeospatialHeatmapConfiguration.Builder,GeospatialHeatmapConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionheatmapColor
(Consumer<GeospatialHeatmapColorScale.Builder> heatmapColor) The color scale specification for the heatmap point style.heatmapColor
(GeospatialHeatmapColorScale heatmapColor) The color scale specification for the heatmap point style.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
-
heatmapColor
The color scale specification for the heatmap point style.
- Parameters:
heatmapColor
- The color scale specification for the heatmap point style.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
heatmapColor
default GeospatialHeatmapConfiguration.Builder heatmapColor(Consumer<GeospatialHeatmapColorScale.Builder> heatmapColor) The color scale specification for the heatmap point style.
This is a convenience method that creates an instance of theGeospatialHeatmapColorScale.Builder
avoiding the need to create one manually viaGeospatialHeatmapColorScale.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toheatmapColor(GeospatialHeatmapColorScale)
.- Parameters:
heatmapColor
- a consumer that will call methods onGeospatialHeatmapColorScale.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-