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