Interface BodySectionDynamicNumericDimensionConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BodySectionDynamicNumericDimensionConfiguration.Builder,BodySectionDynamicNumericDimensionConfiguration>,SdkBuilder<BodySectionDynamicNumericDimensionConfiguration.Builder,BodySectionDynamicNumericDimensionConfiguration>,SdkPojo
- Enclosing class:
- BodySectionDynamicNumericDimensionConfiguration
@Mutable @NotThreadSafe public static interface BodySectionDynamicNumericDimensionConfiguration.Builder extends SdkPojo, CopyableBuilder<BodySectionDynamicNumericDimensionConfiguration.Builder,BodySectionDynamicNumericDimensionConfiguration>
-
-
Method Summary
-
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
-
column
BodySectionDynamicNumericDimensionConfiguration.Builder column(ColumnIdentifier column)
Sets the value of the Column property for this object.- Parameters:
column- The new value for the Column property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
column
default BodySectionDynamicNumericDimensionConfiguration.Builder column(Consumer<ColumnIdentifier.Builder> column)
Sets the value of the Column property for this object. This is a convenience method that creates an instance of theColumnIdentifier.Builderavoiding the need to create one manually viaColumnIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocolumn(ColumnIdentifier).- Parameters:
column- a consumer that will call methods onColumnIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
column(ColumnIdentifier)
-
limit
BodySectionDynamicNumericDimensionConfiguration.Builder limit(Integer limit)
Number of values to use from the column for repetition.
- Parameters:
limit- Number of values to use from the column for repetition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortByMetrics
BodySectionDynamicNumericDimensionConfiguration.Builder sortByMetrics(Collection<ColumnSort> sortByMetrics)
Sort criteria on the column values that you use for repetition.
- Parameters:
sortByMetrics- Sort criteria on the column values that you use for repetition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortByMetrics
BodySectionDynamicNumericDimensionConfiguration.Builder sortByMetrics(ColumnSort... sortByMetrics)
Sort criteria on the column values that you use for repetition.
- Parameters:
sortByMetrics- Sort criteria on the column values that you use for repetition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortByMetrics
BodySectionDynamicNumericDimensionConfiguration.Builder sortByMetrics(Consumer<ColumnSort.Builder>... sortByMetrics)
Sort criteria on the column values that you use for repetition.
This is a convenience method that creates an instance of theColumnSort.Builderavoiding the need to create one manually viaColumnSort.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#sortByMetrics(List.) - Parameters:
sortByMetrics- a consumer that will call methods onColumnSort.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#sortByMetrics(java.util.Collection)
-
-