Class CfnDashboard.BoxPlotOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.BoxPlotOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.BoxPlotOptionsProperty>
- Enclosing interface:
CfnDashboard.BoxPlotOptionsProperty
@Stability(Stable)
public static final class CfnDashboard.BoxPlotOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.BoxPlotOptionsProperty>
A builder for
CfnDashboard.BoxPlotOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallDataPointsVisibility(String allDataPointsVisibility) Sets the value ofCfnDashboard.BoxPlotOptionsProperty.getAllDataPointsVisibility()build()Builds the configured instance.outlierVisibility(String outlierVisibility) Sets the value ofCfnDashboard.BoxPlotOptionsProperty.getOutlierVisibility()styleOptions(IResolvable styleOptions) Sets the value ofCfnDashboard.BoxPlotOptionsProperty.getStyleOptions()styleOptions(CfnDashboard.BoxPlotStyleOptionsProperty styleOptions) Sets the value ofCfnDashboard.BoxPlotOptionsProperty.getStyleOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allDataPointsVisibility
@Stability(Stable) public CfnDashboard.BoxPlotOptionsProperty.Builder allDataPointsVisibility(String allDataPointsVisibility) Sets the value ofCfnDashboard.BoxPlotOptionsProperty.getAllDataPointsVisibility()- Parameters:
allDataPointsVisibility- Determines the visibility of all data points of the box plot.- Returns:
this
-
outlierVisibility
@Stability(Stable) public CfnDashboard.BoxPlotOptionsProperty.Builder outlierVisibility(String outlierVisibility) Sets the value ofCfnDashboard.BoxPlotOptionsProperty.getOutlierVisibility()- Parameters:
outlierVisibility- Determines the visibility of the outlier in a box plot.- Returns:
this
-
styleOptions
@Stability(Stable) public CfnDashboard.BoxPlotOptionsProperty.Builder styleOptions(IResolvable styleOptions) Sets the value ofCfnDashboard.BoxPlotOptionsProperty.getStyleOptions()- Parameters:
styleOptions- The style options of the box plot.- Returns:
this
-
styleOptions
@Stability(Stable) public CfnDashboard.BoxPlotOptionsProperty.Builder styleOptions(CfnDashboard.BoxPlotStyleOptionsProperty styleOptions) Sets the value ofCfnDashboard.BoxPlotOptionsProperty.getStyleOptions()- Parameters:
styleOptions- The style options of the box plot.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.BoxPlotOptionsProperty>- Returns:
- a new instance of
CfnDashboard.BoxPlotOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-