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