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