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