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