Class CfnDashboard.TableSortConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.TableSortConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.TableSortConfigurationProperty>
- Enclosing interface:
CfnDashboard.TableSortConfigurationProperty
@Stability(Stable)
public static final class CfnDashboard.TableSortConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.TableSortConfigurationProperty>
A builder for
CfnDashboard.TableSortConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.paginationConfiguration(IResolvable paginationConfiguration) Sets the value ofCfnDashboard.TableSortConfigurationProperty.getPaginationConfiguration()paginationConfiguration(CfnDashboard.PaginationConfigurationProperty paginationConfiguration) Sets the value ofCfnDashboard.TableSortConfigurationProperty.getPaginationConfiguration()Sets the value ofCfnDashboard.TableSortConfigurationProperty.getRowSort()rowSort(IResolvable rowSort) Sets the value ofCfnDashboard.TableSortConfigurationProperty.getRowSort()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
paginationConfiguration
@Stability(Stable) public CfnDashboard.TableSortConfigurationProperty.Builder paginationConfiguration(IResolvable paginationConfiguration) Sets the value ofCfnDashboard.TableSortConfigurationProperty.getPaginationConfiguration()- Parameters:
paginationConfiguration- The pagination configuration (page size, page number) for the table.- Returns:
this
-
paginationConfiguration
@Stability(Stable) public CfnDashboard.TableSortConfigurationProperty.Builder paginationConfiguration(CfnDashboard.PaginationConfigurationProperty paginationConfiguration) Sets the value ofCfnDashboard.TableSortConfigurationProperty.getPaginationConfiguration()- Parameters:
paginationConfiguration- The pagination configuration (page size, page number) for the table.- Returns:
this
-
rowSort
@Stability(Stable) public CfnDashboard.TableSortConfigurationProperty.Builder rowSort(IResolvable rowSort) Sets the value ofCfnDashboard.TableSortConfigurationProperty.getRowSort()- Parameters:
rowSort- The field sort options for rows in the table.- Returns:
this
-
rowSort
@Stability(Stable) public CfnDashboard.TableSortConfigurationProperty.Builder rowSort(List<? extends Object> rowSort) Sets the value ofCfnDashboard.TableSortConfigurationProperty.getRowSort()- Parameters:
rowSort- The field sort options for rows in the table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.TableSortConfigurationProperty>- Returns:
- a new instance of
CfnDashboard.TableSortConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-