Class CfnAnalysisPropsMixin.GeospatialNullDataSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.GeospatialNullDataSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.GeospatialNullDataSettingsProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.GeospatialNullDataSettingsProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.GeospatialNullDataSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.GeospatialNullDataSettingsProperty>
A builder for
CfnAnalysisPropsMixin.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 CfnAnalysisPropsMixin.GeospatialNullDataSettingsProperty.Builder symbolStyle(IResolvable symbolStyle) - Parameters:
symbolStyle- The symbol style for null data.- Returns:
this
-
symbolStyle
@Stability(Stable) public CfnAnalysisPropsMixin.GeospatialNullDataSettingsProperty.Builder symbolStyle(CfnAnalysisPropsMixin.GeospatialNullSymbolStyleProperty symbolStyle) - Parameters:
symbolStyle- The symbol style for null data.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.GeospatialNullDataSettingsProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.GeospatialNullDataSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-