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