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