Class CfnDashboardPropsMixin.ReferenceLineStyleConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.ReferenceLineStyleConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.ReferenceLineStyleConfigurationProperty>
- Enclosing interface:
CfnDashboardPropsMixin.ReferenceLineStyleConfigurationProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.ReferenceLineStyleConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.ReferenceLineStyleConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
color
@Stability(Stable) public CfnDashboardPropsMixin.ReferenceLineStyleConfigurationProperty.Builder color(String color) - Parameters:
color- The hex color of the reference line.- Returns:
this
-
pattern
@Stability(Stable) public CfnDashboardPropsMixin.ReferenceLineStyleConfigurationProperty.Builder pattern(String pattern) - Parameters:
pattern- The pattern type of the line style. Choose one of the following options:.SOLIDDASHEDDOTTED
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.ReferenceLineStyleConfigurationProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.ReferenceLineStyleConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-