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