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