Class CfnTemplate.LineChartSeriesSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.LineChartSeriesSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.LineChartSeriesSettingsProperty>
- Enclosing interface:
CfnTemplate.LineChartSeriesSettingsProperty
@Stability(Stable)
public static final class CfnTemplate.LineChartSeriesSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.LineChartSeriesSettingsProperty>
A builder for
CfnTemplate.LineChartSeriesSettingsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.lineStyleSettings
(IResolvable lineStyleSettings) Sets the value ofCfnTemplate.LineChartSeriesSettingsProperty.getLineStyleSettings()
lineStyleSettings
(CfnTemplate.LineChartLineStyleSettingsProperty lineStyleSettings) Sets the value ofCfnTemplate.LineChartSeriesSettingsProperty.getLineStyleSettings()
markerStyleSettings
(IResolvable markerStyleSettings) Sets the value ofCfnTemplate.LineChartSeriesSettingsProperty.getMarkerStyleSettings()
markerStyleSettings
(CfnTemplate.LineChartMarkerStyleSettingsProperty markerStyleSettings) Sets the value ofCfnTemplate.LineChartSeriesSettingsProperty.getMarkerStyleSettings()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
lineStyleSettings
@Stability(Stable) public CfnTemplate.LineChartSeriesSettingsProperty.Builder lineStyleSettings(IResolvable lineStyleSettings) Sets the value ofCfnTemplate.LineChartSeriesSettingsProperty.getLineStyleSettings()
- Parameters:
lineStyleSettings
- Line styles options for a line series inLineChartVisual
.- Returns:
this
-
lineStyleSettings
@Stability(Stable) public CfnTemplate.LineChartSeriesSettingsProperty.Builder lineStyleSettings(CfnTemplate.LineChartLineStyleSettingsProperty lineStyleSettings) Sets the value ofCfnTemplate.LineChartSeriesSettingsProperty.getLineStyleSettings()
- Parameters:
lineStyleSettings
- Line styles options for a line series inLineChartVisual
.- Returns:
this
-
markerStyleSettings
@Stability(Stable) public CfnTemplate.LineChartSeriesSettingsProperty.Builder markerStyleSettings(IResolvable markerStyleSettings) Sets the value ofCfnTemplate.LineChartSeriesSettingsProperty.getMarkerStyleSettings()
- Parameters:
markerStyleSettings
- Marker styles options for a line series inLineChartVisual
.- Returns:
this
-
markerStyleSettings
@Stability(Stable) public CfnTemplate.LineChartSeriesSettingsProperty.Builder markerStyleSettings(CfnTemplate.LineChartMarkerStyleSettingsProperty markerStyleSettings) Sets the value ofCfnTemplate.LineChartSeriesSettingsProperty.getMarkerStyleSettings()
- Parameters:
markerStyleSettings
- Marker styles options for a line series inLineChartVisual
.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplate.LineChartSeriesSettingsProperty>
- Returns:
- a new instance of
CfnTemplate.LineChartSeriesSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-