Class CfnDashboard.GeospatialPointStyleProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.GeospatialPointStyleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.GeospatialPointStyleProperty>
- Enclosing interface:
CfnDashboard.GeospatialPointStyleProperty
@Stability(Stable)
public static final class CfnDashboard.GeospatialPointStyleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.GeospatialPointStyleProperty>
A builder for
CfnDashboard.GeospatialPointStyleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.circleSymbolStyle(IResolvable circleSymbolStyle) Sets the value ofCfnDashboard.GeospatialPointStyleProperty.getCircleSymbolStyle()circleSymbolStyle(CfnDashboard.GeospatialCircleSymbolStyleProperty circleSymbolStyle) Sets the value ofCfnDashboard.GeospatialPointStyleProperty.getCircleSymbolStyle()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
circleSymbolStyle
@Stability(Stable) public CfnDashboard.GeospatialPointStyleProperty.Builder circleSymbolStyle(IResolvable circleSymbolStyle) Sets the value ofCfnDashboard.GeospatialPointStyleProperty.getCircleSymbolStyle()- Parameters:
circleSymbolStyle- The circle symbol style for a point layer.- Returns:
this
-
circleSymbolStyle
@Stability(Stable) public CfnDashboard.GeospatialPointStyleProperty.Builder circleSymbolStyle(CfnDashboard.GeospatialCircleSymbolStyleProperty circleSymbolStyle) Sets the value ofCfnDashboard.GeospatialPointStyleProperty.getCircleSymbolStyle()- Parameters:
circleSymbolStyle- The circle symbol style for a point layer.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.GeospatialPointStyleProperty>- Returns:
- a new instance of
CfnDashboard.GeospatialPointStyleProperty - Throws:
NullPointerException- if any required attribute was not provided
-