Class CfnAnalysis.LineChartMarkerStyleSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.LineChartMarkerStyleSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.LineChartMarkerStyleSettingsProperty>
- Enclosing interface:
CfnAnalysis.LineChartMarkerStyleSettingsProperty
@Stability(Stable)
public static final class CfnAnalysis.LineChartMarkerStyleSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.LineChartMarkerStyleSettingsProperty>
A builder for
CfnAnalysis.LineChartMarkerStyleSettingsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.markerColor
(String markerColor) Sets the value ofCfnAnalysis.LineChartMarkerStyleSettingsProperty.getMarkerColor()
markerShape
(String markerShape) Sets the value ofCfnAnalysis.LineChartMarkerStyleSettingsProperty.getMarkerShape()
markerSize
(String markerSize) Sets the value ofCfnAnalysis.LineChartMarkerStyleSettingsProperty.getMarkerSize()
markerVisibility
(String markerVisibility) Sets the value ofCfnAnalysis.LineChartMarkerStyleSettingsProperty.getMarkerVisibility()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
markerColor
@Stability(Stable) public CfnAnalysis.LineChartMarkerStyleSettingsProperty.Builder markerColor(String markerColor) Sets the value ofCfnAnalysis.LineChartMarkerStyleSettingsProperty.getMarkerColor()
- Parameters:
markerColor
- Color of marker in the series.- Returns:
this
-
markerShape
@Stability(Stable) public CfnAnalysis.LineChartMarkerStyleSettingsProperty.Builder markerShape(String markerShape) Sets the value ofCfnAnalysis.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 CfnAnalysis.LineChartMarkerStyleSettingsProperty.Builder markerSize(String markerSize) Sets the value ofCfnAnalysis.LineChartMarkerStyleSettingsProperty.getMarkerSize()
- Parameters:
markerSize
- Size of marker in the series.- Returns:
this
-
markerVisibility
@Stability(Stable) public CfnAnalysis.LineChartMarkerStyleSettingsProperty.Builder markerVisibility(String markerVisibility) Sets the value ofCfnAnalysis.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:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.LineChartMarkerStyleSettingsProperty>
- Returns:
- a new instance of
CfnAnalysis.LineChartMarkerStyleSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-