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