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