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