Class CfnDashboard.FilledMapAggregatedFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.FilledMapAggregatedFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.FilledMapAggregatedFieldWellsProperty>
- Enclosing interface:
CfnDashboard.FilledMapAggregatedFieldWellsProperty
@Stability(Stable)
public static final class CfnDashboard.FilledMapAggregatedFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.FilledMapAggregatedFieldWellsProperty>
A builder for
CfnDashboard.FilledMapAggregatedFieldWellsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.geospatial(List<? extends Object> geospatial) Sets the value ofCfnDashboard.FilledMapAggregatedFieldWellsProperty.getGeospatial()geospatial(IResolvable geospatial) Sets the value ofCfnDashboard.FilledMapAggregatedFieldWellsProperty.getGeospatial()Sets the value ofCfnDashboard.FilledMapAggregatedFieldWellsProperty.getValues()values(IResolvable values) Sets the value ofCfnDashboard.FilledMapAggregatedFieldWellsProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
geospatial
@Stability(Stable) public CfnDashboard.FilledMapAggregatedFieldWellsProperty.Builder geospatial(IResolvable geospatial) Sets the value ofCfnDashboard.FilledMapAggregatedFieldWellsProperty.getGeospatial()- Parameters:
geospatial- The aggregated location field well of the filled map. Values are grouped by location fields.- Returns:
this
-
geospatial
@Stability(Stable) public CfnDashboard.FilledMapAggregatedFieldWellsProperty.Builder geospatial(List<? extends Object> geospatial) Sets the value ofCfnDashboard.FilledMapAggregatedFieldWellsProperty.getGeospatial()- Parameters:
geospatial- The aggregated location field well of the filled map. Values are grouped by location fields.- Returns:
this
-
values
@Stability(Stable) public CfnDashboard.FilledMapAggregatedFieldWellsProperty.Builder values(IResolvable values) Sets the value ofCfnDashboard.FilledMapAggregatedFieldWellsProperty.getValues()- Parameters:
values- The aggregated color field well of a filled map. Values are aggregated based on location fields.- Returns:
this
-
values
@Stability(Stable) public CfnDashboard.FilledMapAggregatedFieldWellsProperty.Builder values(List<? extends Object> values) Sets the value ofCfnDashboard.FilledMapAggregatedFieldWellsProperty.getValues()- Parameters:
values- The aggregated color field well of a filled map. Values are aggregated based on location fields.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.FilledMapAggregatedFieldWellsProperty>- Returns:
- a new instance of
CfnDashboard.FilledMapAggregatedFieldWellsProperty - Throws:
NullPointerException- if any required attribute was not provided
-