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