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