Interface GeospatialHeatmapDataColor.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GeospatialHeatmapDataColor.Builder,GeospatialHeatmapDataColor>,SdkBuilder<GeospatialHeatmapDataColor.Builder,GeospatialHeatmapDataColor>,SdkPojo
- Enclosing class:
- GeospatialHeatmapDataColor
public static interface GeospatialHeatmapDataColor.Builder extends SdkPojo, CopyableBuilder<GeospatialHeatmapDataColor.Builder,GeospatialHeatmapDataColor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeospatialHeatmapDataColor.Buildercolor(String color)The hex color to be used in 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
-
color
GeospatialHeatmapDataColor.Builder color(String color)
The hex color to be used in the heatmap point style.
- Parameters:
color- The hex color to be used in the heatmap point style.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-