Class CfnDashboard.BoxPlotFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.BoxPlotFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.BoxPlotFieldWellsProperty>
- Enclosing interface:
- CfnDashboard.BoxPlotFieldWellsProperty
@Stability(Stable)
public static final class CfnDashboard.BoxPlotFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.BoxPlotFieldWellsProperty>
A builder for
CfnDashboard.BoxPlotFieldWellsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboxPlotAggregatedFieldWells(IResolvable boxPlotAggregatedFieldWells) Sets the value ofCfnDashboard.BoxPlotFieldWellsProperty.getBoxPlotAggregatedFieldWells()boxPlotAggregatedFieldWells(CfnDashboard.BoxPlotAggregatedFieldWellsProperty boxPlotAggregatedFieldWells) Sets the value ofCfnDashboard.BoxPlotFieldWellsProperty.getBoxPlotAggregatedFieldWells()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
boxPlotAggregatedFieldWells
@Stability(Stable) public CfnDashboard.BoxPlotFieldWellsProperty.Builder boxPlotAggregatedFieldWells(IResolvable boxPlotAggregatedFieldWells) Sets the value ofCfnDashboard.BoxPlotFieldWellsProperty.getBoxPlotAggregatedFieldWells()- Parameters:
boxPlotAggregatedFieldWells- The aggregated field wells of a box plot.- Returns:
this
-
boxPlotAggregatedFieldWells
@Stability(Stable) public CfnDashboard.BoxPlotFieldWellsProperty.Builder boxPlotAggregatedFieldWells(CfnDashboard.BoxPlotAggregatedFieldWellsProperty boxPlotAggregatedFieldWells) Sets the value ofCfnDashboard.BoxPlotFieldWellsProperty.getBoxPlotAggregatedFieldWells()- Parameters:
boxPlotAggregatedFieldWells- The aggregated field wells of a box plot.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.BoxPlotFieldWellsProperty>- Returns:
- a new instance of
CfnDashboard.BoxPlotFieldWellsProperty - Throws:
NullPointerException- if any required attribute was not provided
-