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