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