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