Interface CfnAnalysis.SheetImageTooltipTextProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.SheetImageTooltipTextProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.SheetImageTooltipTextProperty
extends software.amazon.jsii.JsiiSerializable
The text that appears in the sheet image tooltip.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
SheetImageTooltipTextProperty sheetImageTooltipTextProperty = SheetImageTooltipTextProperty.builder()
.plainText("plainText")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.SheetImageTooltipTextPropertystatic final classAn implementation forCfnAnalysis.SheetImageTooltipTextProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPlainText
The plain text format.- See Also:
-
builder
-