Interface CfnDashboard.PaginationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.PaginationConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.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.services.quicksight.*;
PaginationConfigurationProperty paginationConfigurationProperty = PaginationConfigurationProperty.builder()
.pageNumber(123)
.pageSize(123)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.PaginationConfigurationPropertystatic final classAn implementation forCfnDashboard.PaginationConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Indicates the page number.Indicates how many items render in one page.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPageNumber
Indicates the page number. -
getPageSize
Indicates how many items render in one page. -
builder
-