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