Interface CfnDashboard.TablePaginatedReportOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.TablePaginatedReportOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.TablePaginatedReportOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The paginated report options for a table visual.
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.*; TablePaginatedReportOptionsProperty tablePaginatedReportOptionsProperty = TablePaginatedReportOptionsProperty.builder() .overflowColumnHeaderVisibility("overflowColumnHeaderVisibility") .verticalOverflowVisibility("verticalOverflowVisibility") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.TablePaginatedReportOptionsProperty
static final class
An implementation forCfnDashboard.TablePaginatedReportOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOverflowColumnHeaderVisibility
The visibility of repeating header rows on each page.- See Also:
-
getVerticalOverflowVisibility
The visibility of printing table overflow across pages.- See Also:
-
builder
-