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