Interface ProductViewAggregationValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProductViewAggregationValue.Builder,ProductViewAggregationValue>,SdkBuilder<ProductViewAggregationValue.Builder,ProductViewAggregationValue>,SdkPojo
- Enclosing class:
- ProductViewAggregationValue
public static interface ProductViewAggregationValue.Builder extends SdkPojo, CopyableBuilder<ProductViewAggregationValue.Builder,ProductViewAggregationValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProductViewAggregationValue.BuilderapproximateCount(Integer approximateCount)An approximate count of the products that match the value.ProductViewAggregationValue.Buildervalue(String value)The value of the product view aggregation.-
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
-
value
ProductViewAggregationValue.Builder value(String value)
The value of the product view aggregation.
- Parameters:
value- The value of the product view aggregation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
approximateCount
ProductViewAggregationValue.Builder approximateCount(Integer approximateCount)
An approximate count of the products that match the value.
- Parameters:
approximateCount- An approximate count of the products that match the value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-