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