Interface SheetImageTooltipConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SheetImageTooltipConfiguration.Builder,
,SheetImageTooltipConfiguration> SdkBuilder<SheetImageTooltipConfiguration.Builder,
,SheetImageTooltipConfiguration> SdkPojo
- Enclosing class:
SheetImageTooltipConfiguration
@Mutable
@NotThreadSafe
public static interface SheetImageTooltipConfiguration.Builder
extends SdkPojo, CopyableBuilder<SheetImageTooltipConfiguration.Builder,SheetImageTooltipConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiontooltipText
(Consumer<SheetImageTooltipText.Builder> tooltipText) The text that appears in the tooltip.tooltipText
(SheetImageTooltipText tooltipText) The text that appears in the tooltip.visibility
(String visibility) The visibility of the tooltip.visibility
(Visibility visibility) The visibility of the tooltip.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
-
tooltipText
The text that appears in the tooltip.
- Parameters:
tooltipText
- The text that appears in the tooltip.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tooltipText
default SheetImageTooltipConfiguration.Builder tooltipText(Consumer<SheetImageTooltipText.Builder> tooltipText) The text that appears in the tooltip.
This is a convenience method that creates an instance of theSheetImageTooltipText.Builder
avoiding the need to create one manually viaSheetImageTooltipText.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totooltipText(SheetImageTooltipText)
.- Parameters:
tooltipText
- a consumer that will call methods onSheetImageTooltipText.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibility
The visibility of the tooltip.
- Parameters:
visibility
- The visibility of the tooltip.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibility
The visibility of the tooltip.
- Parameters:
visibility
- The visibility of the tooltip.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-