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