Interface CfnAnalysis.FontSizeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.FontSizeProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.FontSizeProperty
extends software.amazon.jsii.JsiiSerializable
The option that determines the text display size.
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.*; FontSizeProperty fontSizeProperty = FontSizeProperty.builder() .relative("relative") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.FontSizeProperty
static final class
An implementation forCfnAnalysis.FontSizeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRelative
The lexical name for the text size, proportional to its surrounding context.- See Also:
-
builder
-