Class CfnDashboard.BoxPlotSortConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.BoxPlotSortConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.BoxPlotSortConfigurationProperty>
- Enclosing interface:
CfnDashboard.BoxPlotSortConfigurationProperty
@Stability(Stable)
public static final class CfnDashboard.BoxPlotSortConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.BoxPlotSortConfigurationProperty>
A builder for
CfnDashboard.BoxPlotSortConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.categorySort(List<? extends Object> categorySort) Sets the value ofCfnDashboard.BoxPlotSortConfigurationProperty.getCategorySort()categorySort(IResolvable categorySort) Sets the value ofCfnDashboard.BoxPlotSortConfigurationProperty.getCategorySort()paginationConfiguration(IResolvable paginationConfiguration) paginationConfiguration(CfnDashboard.PaginationConfigurationProperty paginationConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
categorySort
@Stability(Stable) public CfnDashboard.BoxPlotSortConfigurationProperty.Builder categorySort(IResolvable categorySort) Sets the value ofCfnDashboard.BoxPlotSortConfigurationProperty.getCategorySort()- Parameters:
categorySort- The sort configuration of a group by fields.- Returns:
this
-
categorySort
@Stability(Stable) public CfnDashboard.BoxPlotSortConfigurationProperty.Builder categorySort(List<? extends Object> categorySort) Sets the value ofCfnDashboard.BoxPlotSortConfigurationProperty.getCategorySort()- Parameters:
categorySort- The sort configuration of a group by fields.- Returns:
this
-
paginationConfiguration
@Stability(Stable) public CfnDashboard.BoxPlotSortConfigurationProperty.Builder paginationConfiguration(IResolvable paginationConfiguration) - Parameters:
paginationConfiguration- The pagination configuration of a table visual or box plot.- Returns:
this
-
paginationConfiguration
@Stability(Stable) public CfnDashboard.BoxPlotSortConfigurationProperty.Builder paginationConfiguration(CfnDashboard.PaginationConfigurationProperty paginationConfiguration) - Parameters:
paginationConfiguration- The pagination configuration of a table visual or box plot.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.BoxPlotSortConfigurationProperty>- Returns:
- a new instance of
CfnDashboard.BoxPlotSortConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-