Class CfnTemplate.ColumnTooltipItemProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.ColumnTooltipItemProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.ColumnTooltipItemProperty>
- Enclosing interface:
- CfnTemplate.ColumnTooltipItemProperty
@Stability(Stable)
public static final class CfnTemplate.ColumnTooltipItemProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.ColumnTooltipItemProperty>
A builder for
CfnTemplate.ColumnTooltipItemProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaggregation
(IResolvable aggregation) Sets the value ofCfnTemplate.ColumnTooltipItemProperty.getAggregation()
aggregation
(CfnTemplate.AggregationFunctionProperty aggregation) Sets the value ofCfnTemplate.ColumnTooltipItemProperty.getAggregation()
build()
Builds the configured instance.column
(IResolvable column) Sets the value ofCfnTemplate.ColumnTooltipItemProperty.getColumn()
Sets the value ofCfnTemplate.ColumnTooltipItemProperty.getColumn()
Sets the value ofCfnTemplate.ColumnTooltipItemProperty.getLabel()
visibility
(String visibility) Sets the value ofCfnTemplate.ColumnTooltipItemProperty.getVisibility()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
column
Sets the value ofCfnTemplate.ColumnTooltipItemProperty.getColumn()
- Parameters:
column
- The target column of the tooltip item. This parameter is required.- Returns:
this
-
column
@Stability(Stable) public CfnTemplate.ColumnTooltipItemProperty.Builder column(CfnTemplate.ColumnIdentifierProperty column) Sets the value ofCfnTemplate.ColumnTooltipItemProperty.getColumn()
- Parameters:
column
- The target column of the tooltip item. This parameter is required.- Returns:
this
-
aggregation
@Stability(Stable) public CfnTemplate.ColumnTooltipItemProperty.Builder aggregation(IResolvable aggregation) Sets the value ofCfnTemplate.ColumnTooltipItemProperty.getAggregation()
- Parameters:
aggregation
- The aggregation function of the column tooltip item.- Returns:
this
-
aggregation
@Stability(Stable) public CfnTemplate.ColumnTooltipItemProperty.Builder aggregation(CfnTemplate.AggregationFunctionProperty aggregation) Sets the value ofCfnTemplate.ColumnTooltipItemProperty.getAggregation()
- Parameters:
aggregation
- The aggregation function of the column tooltip item.- Returns:
this
-
label
Sets the value ofCfnTemplate.ColumnTooltipItemProperty.getLabel()
- Parameters:
label
- The label of the tooltip item.- Returns:
this
-
visibility
@Stability(Stable) public CfnTemplate.ColumnTooltipItemProperty.Builder visibility(String visibility) Sets the value ofCfnTemplate.ColumnTooltipItemProperty.getVisibility()
- Parameters:
visibility
- The visibility of the tooltip item.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplate.ColumnTooltipItemProperty>
- Returns:
- a new instance of
CfnTemplate.ColumnTooltipItemProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-