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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SheetImageTooltipConfiguration.BuildertooltipText(Consumer<SheetImageTooltipText.Builder> tooltipText)The text that appears in the tooltip.SheetImageTooltipConfiguration.BuildertooltipText(SheetImageTooltipText tooltipText)The text that appears in the tooltip.SheetImageTooltipConfiguration.Buildervisibility(String visibility)The visibility of the tooltip.SheetImageTooltipConfiguration.Buildervisibility(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 Detail
-
tooltipText
SheetImageTooltipConfiguration.Builder tooltipText(SheetImageTooltipText 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.Builderavoiding the need to create one manually viaSheetImageTooltipText.builder().When the
Consumercompletes,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:
tooltipText(SheetImageTooltipText)
-
visibility
SheetImageTooltipConfiguration.Builder visibility(String 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,Visibility
-
visibility
SheetImageTooltipConfiguration.Builder visibility(Visibility 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,Visibility
-
-