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