Class CfnAnalysis.GeospatialHeatmapDataColorProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.GeospatialHeatmapDataColorProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.GeospatialHeatmapDataColorProperty>
- Enclosing interface:
CfnAnalysis.GeospatialHeatmapDataColorProperty
@Stability(Stable)
public static final class CfnAnalysis.GeospatialHeatmapDataColorProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.GeospatialHeatmapDataColorProperty>
A builder for
CfnAnalysis.GeospatialHeatmapDataColorProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnAnalysis.GeospatialHeatmapDataColorProperty.getColor()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
color
@Stability(Stable) public CfnAnalysis.GeospatialHeatmapDataColorProperty.Builder color(String color) Sets the value ofCfnAnalysis.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:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.GeospatialHeatmapDataColorProperty>
- Returns:
- a new instance of
CfnAnalysis.GeospatialHeatmapDataColorProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-