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