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