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