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