Interface CfnAnalysis.TablePaginatedReportOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.TablePaginatedReportOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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 forCfnAnalysis.TablePaginatedReportOptionsProperty
static final class
An implementation forCfnAnalysis.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
-