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