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