Interface BodySectionRepeatDimensionConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BodySectionRepeatDimensionConfiguration.Builder,
,BodySectionRepeatDimensionConfiguration> SdkBuilder<BodySectionRepeatDimensionConfiguration.Builder,
,BodySectionRepeatDimensionConfiguration> SdkPojo
- Enclosing class:
BodySectionRepeatDimensionConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiondynamicCategoryDimensionConfiguration
(Consumer<BodySectionDynamicCategoryDimensionConfiguration.Builder> dynamicCategoryDimensionConfiguration) Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.dynamicCategoryDimensionConfiguration
(BodySectionDynamicCategoryDimensionConfiguration dynamicCategoryDimensionConfiguration) Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.dynamicNumericDimensionConfiguration
(Consumer<BodySectionDynamicNumericDimensionConfiguration.Builder> dynamicNumericDimensionConfiguration) Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.dynamicNumericDimensionConfiguration
(BodySectionDynamicNumericDimensionConfiguration dynamicNumericDimensionConfiguration) Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dynamicCategoryDimensionConfiguration
BodySectionRepeatDimensionConfiguration.Builder dynamicCategoryDimensionConfiguration(BodySectionDynamicCategoryDimensionConfiguration dynamicCategoryDimensionConfiguration) Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
- Parameters:
dynamicCategoryDimensionConfiguration
- Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dynamicCategoryDimensionConfiguration
default BodySectionRepeatDimensionConfiguration.Builder dynamicCategoryDimensionConfiguration(Consumer<BodySectionDynamicCategoryDimensionConfiguration.Builder> dynamicCategoryDimensionConfiguration) Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
This is a convenience method that creates an instance of theBodySectionDynamicCategoryDimensionConfiguration.Builder
avoiding the need to create one manually viaBodySectionDynamicCategoryDimensionConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todynamicCategoryDimensionConfiguration(BodySectionDynamicCategoryDimensionConfiguration)
.- Parameters:
dynamicCategoryDimensionConfiguration
- a consumer that will call methods onBodySectionDynamicCategoryDimensionConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dynamicNumericDimensionConfiguration
BodySectionRepeatDimensionConfiguration.Builder dynamicNumericDimensionConfiguration(BodySectionDynamicNumericDimensionConfiguration dynamicNumericDimensionConfiguration) Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
- Parameters:
dynamicNumericDimensionConfiguration
- Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dynamicNumericDimensionConfiguration
default BodySectionRepeatDimensionConfiguration.Builder dynamicNumericDimensionConfiguration(Consumer<BodySectionDynamicNumericDimensionConfiguration.Builder> dynamicNumericDimensionConfiguration) Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
This is a convenience method that creates an instance of theBodySectionDynamicNumericDimensionConfiguration.Builder
avoiding the need to create one manually viaBodySectionDynamicNumericDimensionConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todynamicNumericDimensionConfiguration(BodySectionDynamicNumericDimensionConfiguration)
.- Parameters:
dynamicNumericDimensionConfiguration
- a consumer that will call methods onBodySectionDynamicNumericDimensionConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-