Class CfnDashboard.FilledMapConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.FilledMapConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.FilledMapConfigurationProperty>
- Enclosing interface:
CfnDashboard.FilledMapConfigurationProperty
@Stability(Stable)
public static final class CfnDashboard.FilledMapConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.FilledMapConfigurationProperty>
A builder for
CfnDashboard.FilledMapConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.fieldWells
(IResolvable fieldWells) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getFieldWells()
fieldWells
(CfnDashboard.FilledMapFieldWellsProperty fieldWells) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getFieldWells()
legend
(IResolvable legend) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getLegend()
Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getLegend()
mapStyleOptions
(IResolvable mapStyleOptions) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getMapStyleOptions()
mapStyleOptions
(CfnDashboard.GeospatialMapStyleOptionsProperty mapStyleOptions) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getMapStyleOptions()
sortConfiguration
(IResolvable sortConfiguration) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getSortConfiguration()
sortConfiguration
(CfnDashboard.FilledMapSortConfigurationProperty sortConfiguration) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getSortConfiguration()
tooltip
(IResolvable tooltip) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getTooltip()
Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getTooltip()
windowOptions
(IResolvable windowOptions) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getWindowOptions()
windowOptions
(CfnDashboard.GeospatialWindowOptionsProperty windowOptions) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getWindowOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fieldWells
@Stability(Stable) public CfnDashboard.FilledMapConfigurationProperty.Builder fieldWells(IResolvable fieldWells) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getFieldWells()
- Parameters:
fieldWells
- The field wells of the visual.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnDashboard.FilledMapConfigurationProperty.Builder fieldWells(CfnDashboard.FilledMapFieldWellsProperty fieldWells) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getFieldWells()
- Parameters:
fieldWells
- The field wells of the visual.- Returns:
this
-
legend
@Stability(Stable) public CfnDashboard.FilledMapConfigurationProperty.Builder legend(IResolvable legend) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getLegend()
- Parameters:
legend
- The legend display setup of the visual.- Returns:
this
-
legend
@Stability(Stable) public CfnDashboard.FilledMapConfigurationProperty.Builder legend(CfnDashboard.LegendOptionsProperty legend) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getLegend()
- Parameters:
legend
- The legend display setup of the visual.- Returns:
this
-
mapStyleOptions
@Stability(Stable) public CfnDashboard.FilledMapConfigurationProperty.Builder mapStyleOptions(IResolvable mapStyleOptions) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getMapStyleOptions()
- Parameters:
mapStyleOptions
- The map style options of the filled map visual.- Returns:
this
-
mapStyleOptions
@Stability(Stable) public CfnDashboard.FilledMapConfigurationProperty.Builder mapStyleOptions(CfnDashboard.GeospatialMapStyleOptionsProperty mapStyleOptions) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getMapStyleOptions()
- Parameters:
mapStyleOptions
- The map style options of the filled map visual.- Returns:
this
-
sortConfiguration
@Stability(Stable) public CfnDashboard.FilledMapConfigurationProperty.Builder sortConfiguration(IResolvable sortConfiguration) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getSortConfiguration()
- Parameters:
sortConfiguration
- The sort configuration of aFilledMapVisual
.- Returns:
this
-
sortConfiguration
@Stability(Stable) public CfnDashboard.FilledMapConfigurationProperty.Builder sortConfiguration(CfnDashboard.FilledMapSortConfigurationProperty sortConfiguration) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getSortConfiguration()
- Parameters:
sortConfiguration
- The sort configuration of aFilledMapVisual
.- Returns:
this
-
tooltip
@Stability(Stable) public CfnDashboard.FilledMapConfigurationProperty.Builder tooltip(IResolvable tooltip) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getTooltip()
- Parameters:
tooltip
- The tooltip display setup of the visual.- Returns:
this
-
tooltip
@Stability(Stable) public CfnDashboard.FilledMapConfigurationProperty.Builder tooltip(CfnDashboard.TooltipOptionsProperty tooltip) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getTooltip()
- Parameters:
tooltip
- The tooltip display setup of the visual.- Returns:
this
-
windowOptions
@Stability(Stable) public CfnDashboard.FilledMapConfigurationProperty.Builder windowOptions(IResolvable windowOptions) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getWindowOptions()
- Parameters:
windowOptions
- The window options of the filled map visual.- Returns:
this
-
windowOptions
@Stability(Stable) public CfnDashboard.FilledMapConfigurationProperty.Builder windowOptions(CfnDashboard.GeospatialWindowOptionsProperty windowOptions) Sets the value ofCfnDashboard.FilledMapConfigurationProperty.getWindowOptions()
- Parameters:
windowOptions
- The window options of the filled map visual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.FilledMapConfigurationProperty>
- Returns:
- a new instance of
CfnDashboard.FilledMapConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-