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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GeospatialHeatmapConfiguration.BuilderheatmapColor(Consumer<GeospatialHeatmapColorScale.Builder> heatmapColor)The color scale specification for the heatmap point style.GeospatialHeatmapConfiguration.BuilderheatmapColor(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 Detail
-
heatmapColor
GeospatialHeatmapConfiguration.Builder heatmapColor(GeospatialHeatmapColorScale 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.Builderavoiding the need to create one manually viaGeospatialHeatmapColorScale.builder().When the
Consumercompletes,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:
heatmapColor(GeospatialHeatmapColorScale)
-
-