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