Class CfnDashboard.BoxPlotStyleOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.BoxPlotStyleOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.BoxPlotStyleOptionsProperty>
- Enclosing interface:
CfnDashboard.BoxPlotStyleOptionsProperty
@Stability(Stable)
public static final class CfnDashboard.BoxPlotStyleOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.BoxPlotStyleOptionsProperty>
A builder for
CfnDashboard.BoxPlotStyleOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboard.BoxPlotStyleOptionsProperty.getFillStyle()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fillStyle
@Stability(Stable) public CfnDashboard.BoxPlotStyleOptionsProperty.Builder fillStyle(String fillStyle) Sets the value ofCfnDashboard.BoxPlotStyleOptionsProperty.getFillStyle()- Parameters:
fillStyle- The fill styles (solid, transparent) of the box plot.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.BoxPlotStyleOptionsProperty>- Returns:
- a new instance of
CfnDashboard.BoxPlotStyleOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-