Interface ItemCollectionMetrics.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ItemCollectionMetrics.Builder,,ItemCollectionMetrics> SdkBuilder<ItemCollectionMetrics.Builder,,ItemCollectionMetrics> SdkPojo
- Enclosing class:
ItemCollectionMetrics
@Mutable
@NotThreadSafe
public static interface ItemCollectionMetrics.Builder
extends SdkPojo, CopyableBuilder<ItemCollectionMetrics.Builder,ItemCollectionMetrics>
-
Method Summary
Modifier and TypeMethodDescriptionitemCollectionKey(Map<String, AttributeValue> itemCollectionKey) Sets the value of the ItemCollectionKey property for this object.sizeEstimateRangeGB(Double... sizeEstimateRangeGB) Sets the value of the SizeEstimateRangeGB property for this object.sizeEstimateRangeGB(Collection<Double> sizeEstimateRangeGB) Sets the value of the SizeEstimateRangeGB property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
itemCollectionKey
Sets the value of the ItemCollectionKey property for this object.- Parameters:
itemCollectionKey- The new value for the ItemCollectionKey property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sizeEstimateRangeGB
Sets the value of the SizeEstimateRangeGB property for this object.- Parameters:
sizeEstimateRangeGB- The new value for the SizeEstimateRangeGB property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sizeEstimateRangeGB
Sets the value of the SizeEstimateRangeGB property for this object.- Parameters:
sizeEstimateRangeGB- The new value for the SizeEstimateRangeGB property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-