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