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