Interface BodySectionRepeatDimensionConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BodySectionRepeatDimensionConfiguration.Builder,BodySectionRepeatDimensionConfiguration>,SdkBuilder<BodySectionRepeatDimensionConfiguration.Builder,BodySectionRepeatDimensionConfiguration>,SdkPojo
- Enclosing class:
- BodySectionRepeatDimensionConfiguration
@Mutable @NotThreadSafe public static interface BodySectionRepeatDimensionConfiguration.Builder extends SdkPojo, CopyableBuilder<BodySectionRepeatDimensionConfiguration.Builder,BodySectionRepeatDimensionConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default BodySectionRepeatDimensionConfiguration.BuilderdynamicCategoryDimensionConfiguration(Consumer<BodySectionDynamicCategoryDimensionConfiguration.Builder> dynamicCategoryDimensionConfiguration)Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.BodySectionRepeatDimensionConfiguration.BuilderdynamicCategoryDimensionConfiguration(BodySectionDynamicCategoryDimensionConfiguration dynamicCategoryDimensionConfiguration)Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.default BodySectionRepeatDimensionConfiguration.BuilderdynamicNumericDimensionConfiguration(Consumer<BodySectionDynamicNumericDimensionConfiguration.Builder> dynamicNumericDimensionConfiguration)Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.BodySectionRepeatDimensionConfiguration.BuilderdynamicNumericDimensionConfiguration(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 Detail
-
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.Builderavoiding the need to create one manually viaBodySectionDynamicCategoryDimensionConfiguration.builder().When the
Consumercompletes,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:
dynamicCategoryDimensionConfiguration(BodySectionDynamicCategoryDimensionConfiguration)
-
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.Builderavoiding the need to create one manually viaBodySectionDynamicNumericDimensionConfiguration.builder().When the
Consumercompletes,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:
dynamicNumericDimensionConfiguration(BodySectionDynamicNumericDimensionConfiguration)
-
-