Class CfnDashboardPropsMixin.FilledMapAggregatedFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.FilledMapAggregatedFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.FilledMapAggregatedFieldWellsProperty>
- Enclosing interface:
CfnDashboardPropsMixin.FilledMapAggregatedFieldWellsProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.FilledMapAggregatedFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.FilledMapAggregatedFieldWellsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.geospatial(List<? extends Object> geospatial) geospatial(IResolvable geospatial) Sets the value ofCfnDashboardPropsMixin.FilledMapAggregatedFieldWellsProperty.getValues()values(IResolvable values) Sets the value ofCfnDashboardPropsMixin.FilledMapAggregatedFieldWellsProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
geospatial
@Stability(Stable) public CfnDashboardPropsMixin.FilledMapAggregatedFieldWellsProperty.Builder geospatial(IResolvable geospatial) - Parameters:
geospatial- The aggregated location field well of the filled map. Values are grouped by location fields.- Returns:
this
-
geospatial
@Stability(Stable) public CfnDashboardPropsMixin.FilledMapAggregatedFieldWellsProperty.Builder geospatial(List<? extends Object> geospatial) - Parameters:
geospatial- The aggregated location field well of the filled map. Values are grouped by location fields.- Returns:
this
-
values
@Stability(Stable) public CfnDashboardPropsMixin.FilledMapAggregatedFieldWellsProperty.Builder values(IResolvable values) Sets the value ofCfnDashboardPropsMixin.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 CfnDashboardPropsMixin.FilledMapAggregatedFieldWellsProperty.Builder values(List<? extends Object> values) Sets the value ofCfnDashboardPropsMixin.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<CfnDashboardPropsMixin.FilledMapAggregatedFieldWellsProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.FilledMapAggregatedFieldWellsProperty - Throws:
NullPointerException- if any required attribute was not provided
-