Interface CfnAnalysis.PaginationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.PaginationConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.PaginationConfigurationPropertystatic final classAn implementation forCfnAnalysis.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.- See Also:
-
getPageSize
Indicates how many items render in one page.- See Also:
-
builder
-