Interface CfnAnalysisPropsMixin.TablePaginatedReportOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisPropsMixin.TablePaginatedReportOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisPropsMixin
@Stability(Stable)
public static interface CfnAnalysisPropsMixin.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.mixins.preview.services.quicksight.mixins.*;
TablePaginatedReportOptionsProperty tablePaginatedReportOptionsProperty = TablePaginatedReportOptionsProperty.builder()
.overflowColumnHeaderVisibility("overflowColumnHeaderVisibility")
.verticalOverflowVisibility("verticalOverflowVisibility")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAnalysisPropsMixin.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
@Stability(Stable) static CfnAnalysisPropsMixin.TablePaginatedReportOptionsProperty.Builder builder()
-