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 Details

    • 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.