Class CfnTemplate.FunnelChartAggregatedFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.FunnelChartAggregatedFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.FunnelChartAggregatedFieldWellsProperty>
- Enclosing interface:
- CfnTemplate.FunnelChartAggregatedFieldWellsProperty
@Stability(Stable)
public static final class CfnTemplate.FunnelChartAggregatedFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.FunnelChartAggregatedFieldWellsProperty>
A builder for
CfnTemplate.FunnelChartAggregatedFieldWellsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTemplate.FunnelChartAggregatedFieldWellsProperty.getCategory()category(IResolvable category) Sets the value ofCfnTemplate.FunnelChartAggregatedFieldWellsProperty.getCategory()Sets the value ofCfnTemplate.FunnelChartAggregatedFieldWellsProperty.getValues()values(IResolvable values) Sets the value ofCfnTemplate.FunnelChartAggregatedFieldWellsProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
category
@Stability(Stable) public CfnTemplate.FunnelChartAggregatedFieldWellsProperty.Builder category(IResolvable category) Sets the value ofCfnTemplate.FunnelChartAggregatedFieldWellsProperty.getCategory()- Parameters:
category- The category field wells of a funnel chart. Values are grouped by category fields.- Returns:
this
-
category
@Stability(Stable) public CfnTemplate.FunnelChartAggregatedFieldWellsProperty.Builder category(List<? extends Object> category) Sets the value ofCfnTemplate.FunnelChartAggregatedFieldWellsProperty.getCategory()- Parameters:
category- The category field wells of a funnel chart. Values are grouped by category fields.- Returns:
this
-
values
@Stability(Stable) public CfnTemplate.FunnelChartAggregatedFieldWellsProperty.Builder values(IResolvable values) Sets the value ofCfnTemplate.FunnelChartAggregatedFieldWellsProperty.getValues()- Parameters:
values- The value field wells of a funnel chart. Values are aggregated based on categories.- Returns:
this
-
values
@Stability(Stable) public CfnTemplate.FunnelChartAggregatedFieldWellsProperty.Builder values(List<? extends Object> values) Sets the value ofCfnTemplate.FunnelChartAggregatedFieldWellsProperty.getValues()- Parameters:
values- The value field wells of a funnel chart. Values are aggregated based on categories.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplate.FunnelChartAggregatedFieldWellsProperty>- Returns:
- a new instance of
CfnTemplate.FunnelChartAggregatedFieldWellsProperty - Throws:
NullPointerException- if any required attribute was not provided
-