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