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