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