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