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