Interface ColumnTooltipItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ColumnTooltipItem.Builder,
,ColumnTooltipItem> SdkBuilder<ColumnTooltipItem.Builder,
,ColumnTooltipItem> SdkPojo
- Enclosing class:
ColumnTooltipItem
@Mutable
@NotThreadSafe
public static interface ColumnTooltipItem.Builder
extends SdkPojo, CopyableBuilder<ColumnTooltipItem.Builder,ColumnTooltipItem>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ColumnTooltipItem.Builder
aggregation
(Consumer<AggregationFunction.Builder> aggregation) The aggregation function of the column tooltip item.aggregation
(AggregationFunction aggregation) The aggregation function of the column tooltip item.default ColumnTooltipItem.Builder
column
(Consumer<ColumnIdentifier.Builder> column) The target column of the tooltip item.column
(ColumnIdentifier column) The target column of the tooltip item.The label of the tooltip item.tooltipTarget
(String tooltipTarget) Determines the target of the column tooltip item in a combo chart visual.tooltipTarget
(TooltipTarget tooltipTarget) Determines the target of the column tooltip item in a combo chart visual.visibility
(String visibility) The visibility of the tooltip item.visibility
(Visibility visibility) The visibility of the tooltip item.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
column
The target column of the tooltip item.
- Parameters:
column
- The target column of the tooltip item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
column
The target column of the tooltip item.
This is a convenience method that creates an instance of theColumnIdentifier.Builder
avoiding the need to create one manually viaColumnIdentifier.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocolumn(ColumnIdentifier)
.- Parameters:
column
- a consumer that will call methods onColumnIdentifier.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
label
The label of the tooltip item.
- Parameters:
label
- The label of the tooltip item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visibility
The visibility of the tooltip item.
- Parameters:
visibility
- The visibility of the tooltip item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibility
The visibility of the tooltip item.
- Parameters:
visibility
- The visibility of the tooltip item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
aggregation
The aggregation function of the column tooltip item.
- Parameters:
aggregation
- The aggregation function of the column tooltip item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregation
The aggregation function of the column tooltip item.
This is a convenience method that creates an instance of theAggregationFunction.Builder
avoiding the need to create one manually viaAggregationFunction.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaggregation(AggregationFunction)
.- Parameters:
aggregation
- a consumer that will call methods onAggregationFunction.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tooltipTarget
Determines the target of the column tooltip item in a combo chart visual.
- Parameters:
tooltipTarget
- Determines the target of the column tooltip item in a combo chart visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tooltipTarget
Determines the target of the column tooltip item in a combo chart visual.
- Parameters:
tooltipTarget
- Determines the target of the column tooltip item in a combo chart visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-