Class CfnTemplate.GeospatialHeatmapDataColorProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.GeospatialHeatmapDataColorProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.GeospatialHeatmapDataColorProperty>
- Enclosing interface:
CfnTemplate.GeospatialHeatmapDataColorProperty
@Stability(Stable)
public static final class CfnTemplate.GeospatialHeatmapDataColorProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.GeospatialHeatmapDataColorProperty>
A builder for
CfnTemplate.GeospatialHeatmapDataColorProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTemplate.GeospatialHeatmapDataColorProperty.getColor()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
color
@Stability(Stable) public CfnTemplate.GeospatialHeatmapDataColorProperty.Builder color(String color) Sets the value ofCfnTemplate.GeospatialHeatmapDataColorProperty.getColor()- Parameters:
color- The hex color to be used in the heatmap point style. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplate.GeospatialHeatmapDataColorProperty>- Returns:
- a new instance of
CfnTemplate.GeospatialHeatmapDataColorProperty - Throws:
NullPointerException- if any required attribute was not provided
-