Interface CfnAnalysisPropsMixin.PaginationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisPropsMixin.PaginationConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisPropsMixin
@Stability(Stable)
public static interface CfnAnalysisPropsMixin.PaginationConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The pagination configuration for a table visual or boxplot.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.quicksight.*;
PaginationConfigurationProperty paginationConfigurationProperty = PaginationConfigurationProperty.builder()
.pageNumber(123)
.pageSize(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysisPropsMixin.PaginationConfigurationPropertystatic final classAn implementation forCfnAnalysisPropsMixin.PaginationConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPageNumber
Indicates the page number.- See Also:
-
getPageSize
Indicates how many items render in one page.- See Also:
-
builder
-