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