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