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