Class CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty>
- Enclosing interface:
CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dynamicCategoryDimensionConfiguration(IResolvable dynamicCategoryDimensionConfiguration) dynamicCategoryDimensionConfiguration(CfnTemplatePropsMixin.BodySectionDynamicCategoryDimensionConfigurationProperty dynamicCategoryDimensionConfiguration) dynamicNumericDimensionConfiguration(IResolvable dynamicNumericDimensionConfiguration) dynamicNumericDimensionConfiguration(CfnTemplatePropsMixin.BodySectionDynamicNumericDimensionConfigurationProperty dynamicNumericDimensionConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dynamicCategoryDimensionConfiguration
@Stability(Stable) public CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty.Builder dynamicCategoryDimensionConfiguration(IResolvable dynamicCategoryDimensionConfiguration) Sets the value ofCfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty.getDynamicCategoryDimensionConfiguration()- Parameters:
dynamicCategoryDimensionConfiguration- Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.- Returns:
this
-
dynamicCategoryDimensionConfiguration
@Stability(Stable) public CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty.Builder dynamicCategoryDimensionConfiguration(CfnTemplatePropsMixin.BodySectionDynamicCategoryDimensionConfigurationProperty dynamicCategoryDimensionConfiguration) Sets the value ofCfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty.getDynamicCategoryDimensionConfiguration()- Parameters:
dynamicCategoryDimensionConfiguration- Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.- Returns:
this
-
dynamicNumericDimensionConfiguration
@Stability(Stable) public CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty.Builder dynamicNumericDimensionConfiguration(IResolvable dynamicNumericDimensionConfiguration) Sets the value ofCfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty.getDynamicNumericDimensionConfiguration()- Parameters:
dynamicNumericDimensionConfiguration- Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.- Returns:
this
-
dynamicNumericDimensionConfiguration
@Stability(Stable) public CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty.Builder dynamicNumericDimensionConfiguration(CfnTemplatePropsMixin.BodySectionDynamicNumericDimensionConfigurationProperty dynamicNumericDimensionConfiguration) Sets the value ofCfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty.getDynamicNumericDimensionConfiguration()- Parameters:
dynamicNumericDimensionConfiguration- Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.- Returns:
this
-
build
@Stability(Stable) public CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-