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