Class CfnAnalysis.HeatMapAggregatedFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.HeatMapAggregatedFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.HeatMapAggregatedFieldWellsProperty>
- Enclosing interface:
CfnAnalysis.HeatMapAggregatedFieldWellsProperty
@Stability(Stable)
public static final class CfnAnalysis.HeatMapAggregatedFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.HeatMapAggregatedFieldWellsProperty>
A builder for
CfnAnalysis.HeatMapAggregatedFieldWellsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnAnalysis.HeatMapAggregatedFieldWellsProperty.getColumns()
columns
(IResolvable columns) Sets the value ofCfnAnalysis.HeatMapAggregatedFieldWellsProperty.getColumns()
Sets the value ofCfnAnalysis.HeatMapAggregatedFieldWellsProperty.getRows()
rows
(IResolvable rows) Sets the value ofCfnAnalysis.HeatMapAggregatedFieldWellsProperty.getRows()
Sets the value ofCfnAnalysis.HeatMapAggregatedFieldWellsProperty.getValues()
values
(IResolvable values) Sets the value ofCfnAnalysis.HeatMapAggregatedFieldWellsProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
columns
@Stability(Stable) public CfnAnalysis.HeatMapAggregatedFieldWellsProperty.Builder columns(IResolvable columns) Sets the value ofCfnAnalysis.HeatMapAggregatedFieldWellsProperty.getColumns()
- Parameters:
columns
- The columns field well of a heat map.- Returns:
this
-
columns
@Stability(Stable) public CfnAnalysis.HeatMapAggregatedFieldWellsProperty.Builder columns(List<? extends Object> columns) Sets the value ofCfnAnalysis.HeatMapAggregatedFieldWellsProperty.getColumns()
- Parameters:
columns
- The columns field well of a heat map.- Returns:
this
-
rows
@Stability(Stable) public CfnAnalysis.HeatMapAggregatedFieldWellsProperty.Builder rows(IResolvable rows) Sets the value ofCfnAnalysis.HeatMapAggregatedFieldWellsProperty.getRows()
- Parameters:
rows
- The rows field well of a heat map.- Returns:
this
-
rows
@Stability(Stable) public CfnAnalysis.HeatMapAggregatedFieldWellsProperty.Builder rows(List<? extends Object> rows) Sets the value ofCfnAnalysis.HeatMapAggregatedFieldWellsProperty.getRows()
- Parameters:
rows
- The rows field well of a heat map.- Returns:
this
-
values
@Stability(Stable) public CfnAnalysis.HeatMapAggregatedFieldWellsProperty.Builder values(IResolvable values) Sets the value ofCfnAnalysis.HeatMapAggregatedFieldWellsProperty.getValues()
- Parameters:
values
- The values field well of a heat map.- Returns:
this
-
values
@Stability(Stable) public CfnAnalysis.HeatMapAggregatedFieldWellsProperty.Builder values(List<? extends Object> values) Sets the value ofCfnAnalysis.HeatMapAggregatedFieldWellsProperty.getValues()
- Parameters:
values
- The values field well of a heat map.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.HeatMapAggregatedFieldWellsProperty>
- Returns:
- a new instance of
CfnAnalysis.HeatMapAggregatedFieldWellsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-