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