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