Class CfnDashboard.GeospatialMapFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.GeospatialMapFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.GeospatialMapFieldWellsProperty>
- Enclosing interface:
CfnDashboard.GeospatialMapFieldWellsProperty
@Stability(Stable)
public static final class CfnDashboard.GeospatialMapFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.GeospatialMapFieldWellsProperty>
A builder for
CfnDashboard.GeospatialMapFieldWellsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.geospatialMapAggregatedFieldWells(IResolvable geospatialMapAggregatedFieldWells) geospatialMapAggregatedFieldWells(CfnDashboard.GeospatialMapAggregatedFieldWellsProperty geospatialMapAggregatedFieldWells)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
geospatialMapAggregatedFieldWells
@Stability(Stable) public CfnDashboard.GeospatialMapFieldWellsProperty.Builder geospatialMapAggregatedFieldWells(IResolvable geospatialMapAggregatedFieldWells) Sets the value ofCfnDashboard.GeospatialMapFieldWellsProperty.getGeospatialMapAggregatedFieldWells()- Parameters:
geospatialMapAggregatedFieldWells- The aggregated field well for a geospatial map.- Returns:
this
-
geospatialMapAggregatedFieldWells
@Stability(Stable) public CfnDashboard.GeospatialMapFieldWellsProperty.Builder geospatialMapAggregatedFieldWells(CfnDashboard.GeospatialMapAggregatedFieldWellsProperty geospatialMapAggregatedFieldWells) Sets the value ofCfnDashboard.GeospatialMapFieldWellsProperty.getGeospatialMapAggregatedFieldWells()- Parameters:
geospatialMapAggregatedFieldWells- The aggregated field well for a geospatial map.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.GeospatialMapFieldWellsProperty>- Returns:
- a new instance of
CfnDashboard.GeospatialMapFieldWellsProperty - Throws:
NullPointerException- if any required attribute was not provided
-