CopyableBuilder<ProductViewAggregationValue.Builder,ProductViewAggregationValue>
, SdkBuilder<ProductViewAggregationValue.Builder,ProductViewAggregationValue>
public static interface ProductViewAggregationValue.Builder extends CopyableBuilder<ProductViewAggregationValue.Builder,ProductViewAggregationValue>
Modifier and Type | Method | 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.
|
copy
apply, build
ProductViewAggregationValue.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.