Class CfnAnalysis.PaginationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.PaginationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.PaginationConfigurationProperty>
- Enclosing interface:
CfnAnalysis.PaginationConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysis.PaginationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.PaginationConfigurationProperty>
A builder for
CfnAnalysis.PaginationConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.pageNumber
(Number pageNumber) Sets the value ofCfnAnalysis.PaginationConfigurationProperty.getPageNumber()
Sets the value ofCfnAnalysis.PaginationConfigurationProperty.getPageSize()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
pageNumber
@Stability(Stable) public CfnAnalysis.PaginationConfigurationProperty.Builder pageNumber(Number pageNumber) Sets the value ofCfnAnalysis.PaginationConfigurationProperty.getPageNumber()
- Parameters:
pageNumber
- Indicates the page number. This parameter is required.- Returns:
this
-
pageSize
@Stability(Stable) public CfnAnalysis.PaginationConfigurationProperty.Builder pageSize(Number pageSize) Sets the value ofCfnAnalysis.PaginationConfigurationProperty.getPageSize()
- Parameters:
pageSize
- Indicates how many items render in one page. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.PaginationConfigurationProperty>
- Returns:
- a new instance of
CfnAnalysis.PaginationConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-