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