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