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