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