Class CfnDashboard.LineChartDefaultSeriesSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.LineChartDefaultSeriesSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.LineChartDefaultSeriesSettingsProperty>
- Enclosing interface:
CfnDashboard.LineChartDefaultSeriesSettingsProperty
@Stability(Stable)
public static final class CfnDashboard.LineChartDefaultSeriesSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.LineChartDefaultSeriesSettingsProperty>
A builder for
CfnDashboard.LineChartDefaultSeriesSettingsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaxisBinding
(String axisBinding) Sets the value ofCfnDashboard.LineChartDefaultSeriesSettingsProperty.getAxisBinding()
build()
Builds the configured instance.lineStyleSettings
(IResolvable lineStyleSettings) lineStyleSettings
(CfnDashboard.LineChartLineStyleSettingsProperty lineStyleSettings) markerStyleSettings
(IResolvable markerStyleSettings) markerStyleSettings
(CfnDashboard.LineChartMarkerStyleSettingsProperty markerStyleSettings)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
axisBinding
@Stability(Stable) public CfnDashboard.LineChartDefaultSeriesSettingsProperty.Builder axisBinding(String axisBinding) Sets the value ofCfnDashboard.LineChartDefaultSeriesSettingsProperty.getAxisBinding()
- Parameters:
axisBinding
- The axis to which you are binding all line series to.- Returns:
this
-
lineStyleSettings
@Stability(Stable) public CfnDashboard.LineChartDefaultSeriesSettingsProperty.Builder lineStyleSettings(IResolvable lineStyleSettings) - Parameters:
lineStyleSettings
- Line styles options for all line series in the visual.- Returns:
this
-
lineStyleSettings
@Stability(Stable) public CfnDashboard.LineChartDefaultSeriesSettingsProperty.Builder lineStyleSettings(CfnDashboard.LineChartLineStyleSettingsProperty lineStyleSettings) - Parameters:
lineStyleSettings
- Line styles options for all line series in the visual.- Returns:
this
-
markerStyleSettings
@Stability(Stable) public CfnDashboard.LineChartDefaultSeriesSettingsProperty.Builder markerStyleSettings(IResolvable markerStyleSettings) - Parameters:
markerStyleSettings
- Marker styles options for all line series in the visual.- Returns:
this
-
markerStyleSettings
@Stability(Stable) public CfnDashboard.LineChartDefaultSeriesSettingsProperty.Builder markerStyleSettings(CfnDashboard.LineChartMarkerStyleSettingsProperty markerStyleSettings) - Parameters:
markerStyleSettings
- Marker styles options for all line series in the visual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.LineChartDefaultSeriesSettingsProperty>
- Returns:
- a new instance of
CfnDashboard.LineChartDefaultSeriesSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-