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