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