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