Class CfnTemplate.BodySectionDynamicCategoryDimensionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.BodySectionDynamicCategoryDimensionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.BodySectionDynamicCategoryDimensionConfigurationProperty>
- Enclosing interface:
CfnTemplate.BodySectionDynamicCategoryDimensionConfigurationProperty
@Stability(Stable)
public static final class CfnTemplate.BodySectionDynamicCategoryDimensionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.BodySectionDynamicCategoryDimensionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.column(IResolvable column) sortByMetrics(List<? extends Object> sortByMetrics) sortByMetrics(IResolvable sortByMetrics)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
column
@Stability(Stable) public CfnTemplate.BodySectionDynamicCategoryDimensionConfigurationProperty.Builder column(IResolvable column) - Parameters:
column- the value to be set. This parameter is required.- Returns:
this
-
column
@Stability(Stable) public CfnTemplate.BodySectionDynamicCategoryDimensionConfigurationProperty.Builder column(CfnTemplate.ColumnIdentifierProperty column) - Parameters:
column- the value to be set. This parameter is required.- Returns:
this
-
limit
@Stability(Stable) public CfnTemplate.BodySectionDynamicCategoryDimensionConfigurationProperty.Builder limit(Number limit) - Parameters:
limit- Number of values to use from the column for repetition.- Returns:
this
-
sortByMetrics
@Stability(Stable) public CfnTemplate.BodySectionDynamicCategoryDimensionConfigurationProperty.Builder sortByMetrics(IResolvable sortByMetrics) Sets the value ofCfnTemplate.BodySectionDynamicCategoryDimensionConfigurationProperty.getSortByMetrics()- Parameters:
sortByMetrics- Sort criteria on the column values that you use for repetition.- Returns:
this
-
sortByMetrics
@Stability(Stable) public CfnTemplate.BodySectionDynamicCategoryDimensionConfigurationProperty.Builder sortByMetrics(List<? extends Object> sortByMetrics) Sets the value ofCfnTemplate.BodySectionDynamicCategoryDimensionConfigurationProperty.getSortByMetrics()- Parameters:
sortByMetrics- Sort criteria on the column values that you use for repetition.- Returns:
this
-
build
@Stability(Stable) public CfnTemplate.BodySectionDynamicCategoryDimensionConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplate.BodySectionDynamicCategoryDimensionConfigurationProperty>- Returns:
- a new instance of
CfnTemplate.BodySectionDynamicCategoryDimensionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-