Interface CfnTemplate.TableConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.TableConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.TableConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for a
TableVisual .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.TableConfigurationPropertystatic final classAn implementation forCfnTemplate.TableConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe field options for a table visual.default ObjectThe field wells of the visual.default ObjectThe paginated report options for a table visual.default ObjectThe sort configuration for aTableVisual.default ObjectA collection of inline visualizations to display within a chart.default ObjectThe table options for a table visual.default ObjectThe total options for a table visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFieldOptions
The field options for a table visual.- See Also:
-
getFieldWells
The field wells of the visual.- See Also:
-
getPaginatedReportOptions
The paginated report options for a table visual.- See Also:
-
getSortConfiguration
The sort configuration for aTableVisual.- See Also:
-
getTableInlineVisualizations
A collection of inline visualizations to display within a chart.- See Also:
-
getTableOptions
The table options for a table visual.- See Also:
-
getTotalOptions
The total options for a table visual.- See Also:
-
builder
-