public static interface ProductViewAggregationValue.Builder extends CopyableBuilder<ProductViewAggregationValue.Builder,ProductViewAggregationValue>
| Modifier and Type | Method and Description |
|---|---|
ProductViewAggregationValue.Builder |
approximateCount(Integer approximateCount)
An approximate count of the products that match the value.
|
ProductViewAggregationValue.Builder |
value(String value)
The value of the product view aggregation.
|
copyapply, buildProductViewAggregationValue.Builder value(String value)
The value of the product view aggregation.
value - The value of the product view aggregation.ProductViewAggregationValue.Builder approximateCount(Integer approximateCount)
An approximate count of the products that match the value.
approximateCount - An approximate count of the products that match the value.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.