Class CfnDashboard.GeospatialPointStyleOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.GeospatialPointStyleOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.GeospatialPointStyleOptionsProperty>
- Enclosing interface:
CfnDashboard.GeospatialPointStyleOptionsProperty
@Stability(Stable)
public static final class CfnDashboard.GeospatialPointStyleOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.GeospatialPointStyleOptionsProperty>
A builder for
CfnDashboard.GeospatialPointStyleOptionsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.clusterMarkerConfiguration
(IResolvable clusterMarkerConfiguration) clusterMarkerConfiguration
(CfnDashboard.ClusterMarkerConfigurationProperty clusterMarkerConfiguration) heatmapConfiguration
(IResolvable heatmapConfiguration) heatmapConfiguration
(CfnDashboard.GeospatialHeatmapConfigurationProperty heatmapConfiguration) selectedPointStyle
(String selectedPointStyle) Sets the value ofCfnDashboard.GeospatialPointStyleOptionsProperty.getSelectedPointStyle()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clusterMarkerConfiguration
@Stability(Stable) public CfnDashboard.GeospatialPointStyleOptionsProperty.Builder clusterMarkerConfiguration(IResolvable clusterMarkerConfiguration) - Parameters:
clusterMarkerConfiguration
- The cluster marker configuration of the geospatial point style.- Returns:
this
-
clusterMarkerConfiguration
@Stability(Stable) public CfnDashboard.GeospatialPointStyleOptionsProperty.Builder clusterMarkerConfiguration(CfnDashboard.ClusterMarkerConfigurationProperty clusterMarkerConfiguration) - Parameters:
clusterMarkerConfiguration
- The cluster marker configuration of the geospatial point style.- Returns:
this
-
heatmapConfiguration
@Stability(Stable) public CfnDashboard.GeospatialPointStyleOptionsProperty.Builder heatmapConfiguration(IResolvable heatmapConfiguration) - Parameters:
heatmapConfiguration
- The heatmap configuration of the geospatial point style.- Returns:
this
-
heatmapConfiguration
@Stability(Stable) public CfnDashboard.GeospatialPointStyleOptionsProperty.Builder heatmapConfiguration(CfnDashboard.GeospatialHeatmapConfigurationProperty heatmapConfiguration) - Parameters:
heatmapConfiguration
- The heatmap configuration of the geospatial point style.- Returns:
this
-
selectedPointStyle
@Stability(Stable) public CfnDashboard.GeospatialPointStyleOptionsProperty.Builder selectedPointStyle(String selectedPointStyle) Sets the value ofCfnDashboard.GeospatialPointStyleOptionsProperty.getSelectedPointStyle()
- Parameters:
selectedPointStyle
- The selected point styles (point, cluster) of the geospatial map.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.GeospatialPointStyleOptionsProperty>
- Returns:
- a new instance of
CfnDashboard.GeospatialPointStyleOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-