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