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