Interface CfnAnalysis.SheetTextBoxProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.SheetTextBoxProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.SheetTextBoxProperty
extends software.amazon.jsii.JsiiSerializable
A text box.
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.*; SheetTextBoxProperty sheetTextBoxProperty = SheetTextBoxProperty.builder() .sheetTextBoxId("sheetTextBoxId") // the properties below are optional .content("content") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.SheetTextBoxProperty
static final class
An implementation forCfnAnalysis.SheetTextBoxProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSheetTextBoxId
The unique identifier for a text box.This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.
- See Also:
-
getContent
The content that is displayed in the text box.- See Also:
-
builder
-