Interface AggregationOutputItem.Builder

  • Method Details

    • count

      The count of the aggregation output item.

      Parameters:
      count - The count of the aggregation output item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayValue

      AggregationOutputItem.Builder displayValue(String displayValue)

      The display value of the aggregation. If the attribute being aggregated corresponds to the id of a public resource, the service automatically resolves the id to the provided display value.

      Parameters:
      displayValue - The display value of the aggregation. If the attribute being aggregated corresponds to the id of a public resource, the service automatically resolves the id to the provided display value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The attribute value of the aggregation output item.

      Parameters:
      value - The attribute value of the aggregation output item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.