Class CfnTemplate.FilledMapAggregatedFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.FilledMapAggregatedFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.FilledMapAggregatedFieldWellsProperty>
- Enclosing interface:
CfnTemplate.FilledMapAggregatedFieldWellsProperty
@Stability(Stable)
public static final class CfnTemplate.FilledMapAggregatedFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.FilledMapAggregatedFieldWellsProperty>
A builder for
CfnTemplate.FilledMapAggregatedFieldWellsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.geospatial
(List<? extends Object> geospatial) Sets the value ofCfnTemplate.FilledMapAggregatedFieldWellsProperty.getGeospatial()
geospatial
(IResolvable geospatial) Sets the value ofCfnTemplate.FilledMapAggregatedFieldWellsProperty.getGeospatial()
Sets the value ofCfnTemplate.FilledMapAggregatedFieldWellsProperty.getValues()
values
(IResolvable values) Sets the value ofCfnTemplate.FilledMapAggregatedFieldWellsProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
geospatial
@Stability(Stable) public CfnTemplate.FilledMapAggregatedFieldWellsProperty.Builder geospatial(IResolvable geospatial) Sets the value ofCfnTemplate.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 CfnTemplate.FilledMapAggregatedFieldWellsProperty.Builder geospatial(List<? extends Object> geospatial) Sets the value ofCfnTemplate.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 CfnTemplate.FilledMapAggregatedFieldWellsProperty.Builder values(IResolvable values) Sets the value ofCfnTemplate.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 CfnTemplate.FilledMapAggregatedFieldWellsProperty.Builder values(List<? extends Object> values) Sets the value ofCfnTemplate.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:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplate.FilledMapAggregatedFieldWellsProperty>
- Returns:
- a new instance of
CfnTemplate.FilledMapAggregatedFieldWellsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-