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