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