Class CfnAnalysisPropsMixin.GeospatialPolygonSymbolStyleProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.GeospatialPolygonSymbolStyleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.GeospatialPolygonSymbolStyleProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.GeospatialPolygonSymbolStyleProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.GeospatialPolygonSymbolStyleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.GeospatialPolygonSymbolStyleProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fillColor(IResolvable fillColor) strokeColor(IResolvable strokeColor) strokeColor(CfnAnalysisPropsMixin.GeospatialColorProperty strokeColor) strokeWidth(IResolvable strokeWidth)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fillColor
@Stability(Stable) public CfnAnalysisPropsMixin.GeospatialPolygonSymbolStyleProperty.Builder fillColor(IResolvable fillColor) - Parameters:
fillColor- The color and opacity values for the fill color.- Returns:
this
-
fillColor
@Stability(Stable) public CfnAnalysisPropsMixin.GeospatialPolygonSymbolStyleProperty.Builder fillColor(CfnAnalysisPropsMixin.GeospatialColorProperty fillColor) - Parameters:
fillColor- The color and opacity values for the fill color.- Returns:
this
-
strokeColor
@Stability(Stable) public CfnAnalysisPropsMixin.GeospatialPolygonSymbolStyleProperty.Builder strokeColor(IResolvable strokeColor) - Parameters:
strokeColor- The color and opacity values for the stroke color.- Returns:
this
-
strokeColor
@Stability(Stable) public CfnAnalysisPropsMixin.GeospatialPolygonSymbolStyleProperty.Builder strokeColor(CfnAnalysisPropsMixin.GeospatialColorProperty strokeColor) - Parameters:
strokeColor- The color and opacity values for the stroke color.- Returns:
this
-
strokeWidth
@Stability(Stable) public CfnAnalysisPropsMixin.GeospatialPolygonSymbolStyleProperty.Builder strokeWidth(IResolvable strokeWidth) - Parameters:
strokeWidth- The width of the border stroke.- Returns:
this
-
strokeWidth
@Stability(Stable) public CfnAnalysisPropsMixin.GeospatialPolygonSymbolStyleProperty.Builder strokeWidth(CfnAnalysisPropsMixin.GeospatialLineWidthProperty strokeWidth) - Parameters:
strokeWidth- The width of the border stroke.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.GeospatialPolygonSymbolStyleProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.GeospatialPolygonSymbolStyleProperty - Throws:
NullPointerException- if any required attribute was not provided
-