Class CfnDashboard.LineChartMarkerStyleSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.LineChartMarkerStyleSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.LineChartMarkerStyleSettingsProperty>
- Enclosing interface:
CfnDashboard.LineChartMarkerStyleSettingsProperty
@Stability(Stable)
public static final class CfnDashboard.LineChartMarkerStyleSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.LineChartMarkerStyleSettingsProperty>
A builder for
CfnDashboard.LineChartMarkerStyleSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.markerColor(String markerColor) Sets the value ofCfnDashboard.LineChartMarkerStyleSettingsProperty.getMarkerColor()markerShape(String markerShape) Sets the value ofCfnDashboard.LineChartMarkerStyleSettingsProperty.getMarkerShape()markerSize(String markerSize) Sets the value ofCfnDashboard.LineChartMarkerStyleSettingsProperty.getMarkerSize()markerVisibility(String markerVisibility) Sets the value ofCfnDashboard.LineChartMarkerStyleSettingsProperty.getMarkerVisibility()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
markerColor
@Stability(Stable) public CfnDashboard.LineChartMarkerStyleSettingsProperty.Builder markerColor(String markerColor) Sets the value ofCfnDashboard.LineChartMarkerStyleSettingsProperty.getMarkerColor()- Parameters:
markerColor- Color of marker in the series.- Returns:
this
-
markerShape
@Stability(Stable) public CfnDashboard.LineChartMarkerStyleSettingsProperty.Builder markerShape(String markerShape) Sets the value ofCfnDashboard.LineChartMarkerStyleSettingsProperty.getMarkerShape()- Parameters:
markerShape- Shape option for markers in the series.CIRCLE: Show marker as a circle.TRIANGLE: Show marker as a triangle.SQUARE: Show marker as a square.DIAMOND: Show marker as a diamond.ROUNDED_SQUARE: Show marker as a rounded square.
- Returns:
this
-
markerSize
@Stability(Stable) public CfnDashboard.LineChartMarkerStyleSettingsProperty.Builder markerSize(String markerSize) Sets the value ofCfnDashboard.LineChartMarkerStyleSettingsProperty.getMarkerSize()- Parameters:
markerSize- Size of marker in the series.- Returns:
this
-
markerVisibility
@Stability(Stable) public CfnDashboard.LineChartMarkerStyleSettingsProperty.Builder markerVisibility(String markerVisibility) Sets the value ofCfnDashboard.LineChartMarkerStyleSettingsProperty.getMarkerVisibility()- Parameters:
markerVisibility- Configuration option that determines whether to show the markers in the series.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.LineChartMarkerStyleSettingsProperty>- Returns:
- a new instance of
CfnDashboard.LineChartMarkerStyleSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-