Interface FieldBasedTooltip.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FieldBasedTooltip.Builder,
,FieldBasedTooltip> SdkBuilder<FieldBasedTooltip.Builder,
,FieldBasedTooltip> SdkPojo
- Enclosing class:
FieldBasedTooltip
-
Method Summary
Modifier and TypeMethodDescriptionaggregationVisibility
(String aggregationVisibility) The visibility ofShow aggregations
.aggregationVisibility
(Visibility aggregationVisibility) The visibility ofShow aggregations
.tooltipFields
(Collection<TooltipItem> tooltipFields) The fields configuration in the tooltip.tooltipFields
(Consumer<TooltipItem.Builder>... tooltipFields) The fields configuration in the tooltip.tooltipFields
(TooltipItem... tooltipFields) The fields configuration in the tooltip.tooltipTitleType
(String tooltipTitleType) The type for the >tooltip title.tooltipTitleType
(TooltipTitleType tooltipTitleType) The type for the >tooltip title.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
-
aggregationVisibility
The visibility of
Show aggregations
.- Parameters:
aggregationVisibility
- The visibility ofShow aggregations
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
aggregationVisibility
The visibility of
Show aggregations
.- Parameters:
aggregationVisibility
- The visibility ofShow aggregations
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tooltipTitleType
The type for the >tooltip title. Choose one of the following options:
-
NONE
: Doesn't use the primary value as the title. -
PRIMARY_VALUE
: Uses primary value as the title.
- Parameters:
tooltipTitleType
- The type for the >tooltip title. Choose one of the following options:-
NONE
: Doesn't use the primary value as the title. -
PRIMARY_VALUE
: Uses primary value as the title.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
tooltipTitleType
The type for the >tooltip title. Choose one of the following options:
-
NONE
: Doesn't use the primary value as the title. -
PRIMARY_VALUE
: Uses primary value as the title.
- Parameters:
tooltipTitleType
- The type for the >tooltip title. Choose one of the following options:-
NONE
: Doesn't use the primary value as the title. -
PRIMARY_VALUE
: Uses primary value as the title.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
tooltipFields
The fields configuration in the tooltip.
- Parameters:
tooltipFields
- The fields configuration in the tooltip.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tooltipFields
The fields configuration in the tooltip.
- Parameters:
tooltipFields
- The fields configuration in the tooltip.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tooltipFields
The fields configuration in the tooltip.
This is a convenience method that creates an instance of theTooltipItem.Builder
avoiding the need to create one manually viaTooltipItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totooltipFields(List<TooltipItem>)
.- Parameters:
tooltipFields
- a consumer that will call methods onTooltipItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-